Sebastián Ramírez
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
4 deletions
-
tests/test_tutorial/test_sql_databases/test_tutorial001.py
-
tests/test_tutorial/test_sql_databases/test_tutorial002.py
|
|
|
@ -45,8 +45,6 @@ def get_client(request: pytest.FixtureRequest): |
|
|
|
# Clean up connection explicitly to avoid resource warning |
|
|
|
mod.engine.dispose() |
|
|
|
|
|
|
|
mod.engine.dispose() |
|
|
|
|
|
|
|
|
|
|
|
def test_crud_app(client: TestClient): |
|
|
|
# TODO: this warns that SQLModel.from_orm is deprecated in Pydantic v1, refactor |
|
|
|
|
|
|
|
@ -45,8 +45,6 @@ def get_client(request: pytest.FixtureRequest): |
|
|
|
# Clean up connection explicitly to avoid resource warning |
|
|
|
mod.engine.dispose() |
|
|
|
|
|
|
|
mod.engine.dispose() |
|
|
|
|
|
|
|
|
|
|
|
def test_crud_app(client: TestClient): |
|
|
|
# TODO: this warns that SQLModel.from_orm is deprecated in Pydantic v1, refactor |
|
|
|
|