django1/django/test
Jacob Kaplan-Moss c3a489d817 Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 21:44:05 +00:00
..
__init__.py Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
_doctest.py Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.soto@gmail.com 2007-09-14 17:17:37 +00:00
client.py Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333]. 2007-09-15 21:44:05 +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 #4460 -- Added the ability to be more specific in the test cases that are executed. This is a backwards incompatible change for any user with a custom test runner. See the wiki for details. 2007-07-28 04:02:52 +00:00
testcases.py Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris. 2007-09-14 05:28:00 +00:00
utils.py Changed backend create_test_db() and destroy_test_db() hooks NOT to take the backend as an argument, as the backend as an object is going away 2007-08-20 03:16:55 +00:00