django1/django/test
Aymeric Augustin 5891990b6e Refactored INSTALLED_APPS overrides.
* Introduced [un]set_installed_apps to handle changes to the
  INSTALLED_APPS setting.
* Refactored [un]set_available_apps to share its implementation
  with [un]set_installed_apps.
* Implemented a receiver to clear some app-related caches.
* Removed test_missing_app as it is basically impossible to reproduce
  this situation with public methods of the new app cache.
2013-12-23 20:15:08 +01:00
..
__init__.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05: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 Refactored INSTALLED_APPS overrides. 2013-12-23 20:15:08 +01:00
utils.py Refactored INSTALLED_APPS overrides. 2013-12-23 20:15:08 +01:00