Initial version

This commit is contained in:
2022-01-12 07:48:18 +00:00
parent d09c207c97
commit 759bab3ff3
8 changed files with 118 additions and 37 deletions

View File

@@ -8,7 +8,8 @@
from fastapi.testclient import TestClient
from datetime import timedelta
from app.main import app, create_access_token
from app.main import app
from app.auth import create_access_token
client = TestClient(app)