django1/django/test
Russell Keith-Magee f073797f4c Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use during unit testing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-07 12:34:18 +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 #3253 -- Included test errors in the return code. 2007-03-29 11:59:31 +00:00
testcases.py Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use during unit testing. 2007-05-07 12:34:18 +00:00
utils.py Fixed #2916 -- Moved syncdb call out of simple test runner and into create_test_db, to match documentation and simplify testing process for people using other test frameworks. Thanks, remco@diji.biz. 2007-02-18 08:07:18 +00:00