1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/test
2010-12-09 00:26:59 +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 #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. 2009-05-17 16:45:28 +00:00
client.py Made the deprecation warning for reponse.template more useful by pointing to the caller. 2010-11-11 15:04:37 +00:00
signals.py
simple.py Fixed a couple of typos and small errors from r14696 and r14822. 2010-12-09 00:26:59 +00:00
testcases.py Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. 2010-12-04 07:28:12 +00:00
utils.py Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00