django1/django/test
Russell Keith-Magee c7db4beb62 Fixed import error handling when application tests are stored in a tests directory, rather than a tests.py file.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-10 12:07:34 +00:00
..
__init__.py Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
client.py Backwards incompatible change: Changed the way test.Client.login operates. Old implemenation was fragile, and tightly bound to forms. New implementation interfaces directly with the login system, is compatible with any authentication backend, and doesn't depend upon specific template inputs being available. 2007-05-05 15:16:15 +00:00
doctest.py Fixed #2771 -- Tweaked Django's doctest module so that it also works with 2006-09-25 02:33:28 +00:00
signals.py Refs #2333 - Re-added the template rendering signal for testing purposes; however, the signal is not available during normal operation. It is only added as part of an instrumentation step that occurs during test framework setup. Previous attempt (r3659) was reverted (r3666) due to performance concerns. 2006-09-02 09:26:24 +00:00
simple.py Fixed import error handling when application tests are stored in a tests directory, rather than a tests.py file. 2007-05-10 12:07:34 +00:00
testcases.py Added configurable arguments to assertRedirects and assertContains to allow for other response status codes. Thanks for the suggestion, Jiri Barton. 2007-05-10 11:27:59 +00:00
utils.py Added redirection for email services during test conditions. 2007-05-08 11:19:34 +00:00