We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d9531 commit 0ce8a93Copy full SHA for 0ce8a93
pyproject.toml
@@ -111,4 +111,5 @@ source = ["postgres_copy"]
111
relative_files = true
112
omit = [
113
"*/__pycache__/*",
114
+ "tests",
115
]
tests/conftest.py
@@ -33,7 +33,7 @@ def pytest_configure():
33
},
34
35
INSTALLED_APPS=("tests",),
36
- DATABASE_ROUTERS=["tests.router.CustomRouter"],
+ DATABASE_ROUTERS=["tests.test_router.CustomRouter"],
37
DEFAULT_AUTO_FIELD="django.db.models.BigAutoField",
38
LOGGING={
39
"version": 1,
0 commit comments