django1/django/test
Luke Plant 8bc410b445 Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests
Refs #17758
2012-12-24 02:11:32 +00:00
..
__init__.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
_doctest.py [py3] Ported django.test.doctest. 2012-08-07 12:00:22 +02:00
client.py Fixed #19468 -- Decoded request.path correctly on Python 3. 2012-12-22 13:32:39 +01:00
html.py Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests 2012-12-24 02:11:32 +00:00
signals.py Fixed #17744 -- Reset default file storage with setting_changed signal 2012-10-30 22:23:28 +01:00
simple.py Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
testcases.py Add assertJSONEqual method to TestCase 2012-12-24 00:18:50 +00:00
utils.py Enabled SimpleTestCase to be decorated by override_settings 2012-11-25 19:06:17 +01:00