f897bb01a3
The DJANGO_SETTINGS_MODULE is set in the develop container, so the tests.settings from the setup.cfg was ignored. Executing pytest with DJANGO_SETTINGS_MODULE=tests.settings pytest works fine. The line added in the setup.cfg takes over precedence: It auto-adds the --ds parameter which has a higher precedence than the environment variable. Also removed an unnecessary setting. |
||
---|---|---|
.. | ||
example_data_generator | ||
integration | ||
old | ||
unit | ||
__init__.py | ||
common_groups.py | ||
conftest.py | ||
count_queries.py | ||
settings.py | ||
test_case.py |