django-configurations/tests
Daniel Hahler 8f199eb40c _setup: do not call django.setup() if settings are configured already
Without this, using `configurations.setup()` after Django has been setup
already re-triggers the logging configuration, which then causes e.g.
pytest's caplog to not work anymore.
2018-08-16 17:04:50 +02:00
..
docs Move sphinx callback to a separate sphinx submodule 2016-06-13 12:26:52 +02:00
management Add a test which demonstrates the optparse fallback issue 2016-01-03 01:20:29 -05:00
settings Drop unmaintained version of django and python 2017-09-30 14:37:38 +02:00
__init__.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
requirements.txt Fixes #146 -- Adds multiprocessing support for sphinx 2016-04-05 18:14:20 +02:00
setup_test.py _setup: do not call django.setup() if settings are configured already 2018-08-16 17:04:50 +02:00
test_env.py Merge remote-tracking branch 'joke2k/dot-env' 2015-01-06 22:34:29 +01:00
test_inheritance.py Drop unmaintained version of django and python 2017-09-30 14:37:38 +02:00
test_main.py _setup: do not call django.setup() if settings are configured already 2018-08-16 17:04:50 +02:00
test_sphinx.py Drop unmaintained version of django and python 2017-09-30 14:37:38 +02:00
test_values.py Add PositiveIntegerValue to only allow positive integers (#186) 2018-03-15 13:19:50 +01:00
urls.py Fix Django 2.0: use new url syntax (#182) 2017-10-05 02:42:34 +02:00