OpenSlides/server/tests
Finn Stutzenstein f897bb01a3
Enable pytest in docker
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.
2021-03-22 13:01:26 +01:00
..
example_data_generator Repository restructure 2020-08-21 08:11:13 +02:00
integration Updated translations 2021-03-19 14:20:15 +01:00
old Small mediafile fixes 2021-03-18 15:21:00 +01:00
unit Delete unused code 2021-03-08 08:57:21 +01:00
__init__.py Repository restructure 2020-08-21 08:11:13 +02:00
common_groups.py Repository restructure 2020-08-21 08:11:13 +02:00
conftest.py Repository restructure 2020-08-21 08:11:13 +02:00
count_queries.py Repository restructure 2020-08-21 08:11:13 +02:00
settings.py Enable pytest in docker 2021-03-22 13:01:26 +01:00
test_case.py Delete unused code 2021-03-08 08:57:21 +01:00