django-configurations/tests
John R Dietrick 66bb6a8725 Get skipIf without installing unittest2
In Python 2.7+, unittest *is* unittest2. We prefer this one. But in
Python 2.6, we can get skipIf from django.utils.unittest, provided
Django is 1.8 or older.
2016-01-03 01:21:29 -05:00
..
management Add a test which demonstrates the optparse fallback issue 2016-01-03 01:20:29 -05:00
settings Fix compatibility between Django versions with regard to the type of some iterable settings such as TEMPLATE_CONTEXT_PROCESSORS. 2015-02-13 21:46:25 +01:00
__init__.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
requirements.txt Get skipIf without installing unittest2 2016-01-03 01:21:29 -05:00
test_env.py Merge remote-tracking branch 'joke2k/dot-env' 2015-01-06 22:34:29 +01:00
test_inheritance.py Fix compatibility between Django versions with regard to the type of some iterable settings such as TEMPLATE_CONTEXT_PROCESSORS. 2015-02-13 21:46:25 +01:00
test_main.py Get skipIf without installing unittest2 2016-01-03 01:21:29 -05:00
test_values.py Fix test_cache_url_value for newer django-cache-url 2015-12-17 13:05:03 +01:00
urls.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00