Skip to content

Commit 8e5c785

Browse files
committed
test: add settings module to test config
1 parent 9794974 commit 8e5c785

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ pytest-django = "^4.5.2"
2626
requires = ["poetry-core"]
2727
build-backend = "poetry.core.masonry.api"
2828

29+
[tool.pytest.ini_options]
30+
DJANGO_SETTINGS_MODULE = "tests.settings"
31+
2932
[tool.isort]
3033
profile = "black"
3134

0 commit comments

Comments
 (0)