split tests into packages
This commit is contained in:
0
tests/test_deferred/__init__.py
Normal file
0
tests/test_deferred/__init__.py
Normal file
0
tests/test_encryption/__init__.py
Normal file
0
tests/test_encryption/__init__.py
Normal file
0
tests/test_exclude_include_dict/__init__.py
Normal file
0
tests/test_exclude_include_dict/__init__.py
Normal file
0
tests/test_fastapi/__init__.py
Normal file
0
tests/test_fastapi/__init__.py
Normal file
@ -6,7 +6,7 @@ from fastapi import FastAPI
|
||||
from starlette.testclient import TestClient
|
||||
|
||||
from tests.settings import DATABASE_URL
|
||||
from tests.test_inheritance_concrete import ( # type: ignore
|
||||
from tests.test_inheritance.test_inheritance_concrete import ( # type: ignore
|
||||
Category,
|
||||
Subject,
|
||||
Person,
|
||||
@ -6,7 +6,7 @@ from fastapi import FastAPI
|
||||
from starlette.testclient import TestClient
|
||||
|
||||
from tests.settings import DATABASE_URL
|
||||
from tests.test_inheritance_mixins import Category, Subject, metadata, db as database # type: ignore
|
||||
from tests.test_inheritance.test_inheritance_mixins import Category, Subject, metadata, db as database # type: ignore
|
||||
|
||||
app = FastAPI()
|
||||
app.state.database = database
|
||||
0
tests/test_inheritance/__init__.py
Normal file
0
tests/test_inheritance/__init__.py
Normal file
0
tests/test_meta_constraints/__init__.py
Normal file
0
tests/test_meta_constraints/__init__.py
Normal file
0
tests/test_model_definition/__init__.py
Normal file
0
tests/test_model_definition/__init__.py
Normal file
0
tests/test_model_definition/pks_and_fks/__init__.py
Normal file
0
tests/test_model_definition/pks_and_fks/__init__.py
Normal file
0
tests/test_model_methods/__init__.py
Normal file
0
tests/test_model_methods/__init__.py
Normal file
0
tests/test_ordering/__init__.py
Normal file
0
tests/test_ordering/__init__.py
Normal file
0
tests/test_queries/__init__.py
Normal file
0
tests/test_queries/__init__.py
Normal file
0
tests/test_relations/__init__.py
Normal file
0
tests/test_relations/__init__.py
Normal file
0
tests/test_signals/__init__.py
Normal file
0
tests/test_signals/__init__.py
Normal file
0
tests/test_utils/__init__.py
Normal file
0
tests/test_utils/__init__.py
Normal file
Reference in New Issue
Block a user