Skip to content

Commit c16eeaa

Browse files
committed
addeted a test user file
1 parent 17c9258 commit c16eeaa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/__init__.py

Whitespace-only changes.

test/test_users.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import pytest
2+
from jose import jwt
3+
from app import schemas
4+
5+

0 commit comments

Comments
 (0)