django1/django/test
Marten Kenbeek c87540cee5 Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Prevented LiveServerTestCase from stealing ports used by concurrent
processes on Windows.
2015-12-31 10:57:03 -05:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
client.py Fixed #25424 -- Use force_str for test client URLs. 2015-09-19 15:05:54 +02:00
html.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
runner.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
signals.py Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
testcases.py Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows. 2015-12-31 10:57:03 -05:00
utils.py Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and trailing whitespace. 2015-11-09 15:53:30 -05:00