django1/django/test
Aymeric Augustin 2ec8e3443b Fixed override_settings when set_available_apps raises an exception.
Previously, this would corrupt the settings, because __exit__ isn't
called when __enter__raises an exception.
2013-12-24 00:12:09 +01:00
..
__init__.py Added modify_settings to alter settings containing lists of values. 2013-12-23 21:37:43 +01:00
_doctest.py Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
client.py Moved apps back in the toplevel django namespace. 2013-12-22 11:39:55 +01:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
signals.py Refactored INSTALLED_APPS overrides. 2013-12-23 20:15:08 +01:00
simple.py Moved apps back in the toplevel django namespace. 2013-12-22 11:39:55 +01:00
testcases.py Added modify_settings to alter settings containing lists of values. 2013-12-23 21:37:43 +01:00
utils.py Fixed override_settings when set_available_apps raises an exception. 2013-12-24 00:12:09 +01:00