Skip to content
Snippets Groups Projects
Verified Commit 2977b143 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: add test_settings and use them to run the tests

parent dee031f0
No related branches found
No related tags found
No related merge requests found
Pipeline #8528 passed
......@@ -54,7 +54,7 @@ pytest-django = "^4.5.2"
pytest-factoryboy = "^2.5.1"
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "steering.settings"
DJANGO_SETTINGS_MODULE = "steering.test_settings"
django_debug_mode = true
filterwarnings = [
"ignore::DeprecationWarning",
......
from steering.settings import * # noqa
OPERATION_MODE = "tests"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment