django-configurations/configurations/tests
Jannis Leidel dacca7e073 Use ValueError instead of Django's ImproperlyConfigured.
This is to prevent hiding the real reason of a configuration failure behind one of Django's import time exceptions.
2013-09-06 22:40:15 +02:00
..
settings Don't use django-discover-runner on 1.6 and up. 2013-07-27 13:46:18 +02:00
__init__.py Initial version. 2012-07-21 15:56:04 +02:00
test_inheritance.py Fixed test method names. 2013-07-27 13:18:20 +02:00
test_main.py Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
test_values.py Use ValueError instead of Django's ImproperlyConfigured. 2013-09-06 22:40:15 +02:00
urls.py Initial version. 2012-07-21 15:56:04 +02:00