django1/django/test
Jon Dufresne d6ea4898c4 Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json(). 2019-06-07 06:40:15 +02:00
..
__init__.py Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
client.py Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json(). 2019-06-07 06:40:15 +02:00
html.py Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags. 2019-05-10 12:04:07 +02:00
runner.py Fixed #30245 -- Added -k option to DiscoverRunner. 2019-04-30 16:20:51 +02:00
selenium.py Fixed #30220 -- Added support for headless mode in selenium tests. 2019-05-17 08:14:54 +02:00
signals.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
testcases.py Fixed #30171 -- Fixed DatabaseError in servers tests. 2019-02-14 10:04:55 -05:00
utils.py Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual(). 2019-05-24 07:29:42 +02:00