1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/django/test
2011-03-18 01:17:48 +00:00
..
__init__.py
_doctest.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
client.py Fix broken tests due to changes in r15591 by updating the test store_rendered_templates signal handler. 2011-02-21 10:12:23 +00:00
signals.py
simple.py Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked individually by the test runner. Thanks to SmileyChris for the report and patch. 2011-03-18 01:17:48 +00:00
testcases.py Fixed #14774 -- the test client and assertNumQueries didn't work well together. Thanks to Jonas Obrist for the initial patch. 2011-01-20 04:47:47 +00:00
utils.py