Skip to content

Commit 0ce8a93

Browse files
committed
Sure
1 parent 59d9531 commit 0ce8a93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ source = ["postgres_copy"]
111111
relative_files = true
112112
omit = [
113113
"*/__pycache__/*",
114+
"tests",
114115
]

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def pytest_configure():
3333
},
3434
},
3535
INSTALLED_APPS=("tests",),
36-
DATABASE_ROUTERS=["tests.router.CustomRouter"],
36+
DATABASE_ROUTERS=["tests.test_router.CustomRouter"],
3737
DEFAULT_AUTO_FIELD="django.db.models.BigAutoField",
3838
LOGGING={
3939
"version": 1,

0 commit comments

Comments
 (0)