django1/django/test
Jannis Leidel 0dc6420b3e Added TestCase.settings context manager to easily override settings in test methods.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-06 13:29:24 +00:00
..
__init__.py Fixed #9002 -- Added a RequestFactory. This allows you to create request instances so you can unit test views as standalone functions. Thanks to Simon Willison for the suggestion and snippet on which this patch was originally based. 2010-10-12 23:37:47 +00:00
_doctest.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
client.py Advanced deprecations in django.test. 2011-04-02 08:41:26 +00:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
simple.py Advanced deprecations in django.test. 2011-04-02 08:41:26 +00:00
testcases.py Added TestCase.settings context manager to easily override settings in test methods. 2011-05-06 13:29:24 +00:00
utils.py Fixes #15814 -- Added a test util to abstract the process of using a test template loader 2011-04-17 04:52:17 +00:00