django1/django/test
Malcolm Tredinnick f1a24be01c Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Found by Bastian Kleineidam with help from pyflakes. Thanks.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-19 00:08:08 +00:00
..
__init__.py Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
_doctest.py Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
client.py Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +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 #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
testcases.py Fixed #6478 -- Allow tests to be interrupted with system exits and ^C. Thanks, 2008-02-03 01:24:22 +00:00
utils.py Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if required. Patch from jdetaeye. 2007-12-17 08:50:50 +00:00