OpenSlides/server
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
..
docker Change chat access groups 2021-02-19 15:08:02 +01:00
make Repository restructure 2020-08-21 08:11:13 +02:00
openslides Updated translations 2021-03-19 14:20:15 +01:00
requirements Update Dependencies 2021-03-02 22:53:48 +01:00
tests Enable pytest in docker 2021-03-22 13:01:26 +01:00
.dockerignore OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
manage.py Change chat access groups 2021-02-19 15:08:02 +01:00
requirements.txt Own session redis 2021-02-15 07:37:46 +01:00
SETTINGS.rst Add Chat UI Components 2021-02-11 17:10:25 +01:00
setup.cfg Enable pytest in docker 2021-03-22 13:01:26 +01:00