django-configurations/tests
Miguel Araujo Perez e09e1e0f42 Added equal operator to values.Value
Allows value setting to work when checking if setting variable is within
a list, i.e: settings.database in ['default', 'other']

Signed-off-by: Jannis Leidel <jannis@leidel.info>
2015-03-16 20:54:17 +01: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 Try using the pip caching in the tox config. 2015-03-16 16:59:37 +01: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 rid of manage.py for running tests now that we have django-cadmin. 2015-03-16 15:13:31 +01:00
test_values.py Added equal operator to values.Value 2015-03-16 20:54:17 +01:00
urls.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00