django1/django/test
Jon Dufresne 0d74c41981 Replaced dict() usage with dict literals.
Literals are faster and more idiomatic.
2017-01-23 19:13:49 -05:00
..
__init__.py Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 2017-01-20 08:17:20 -05:00
client.py Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
html.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
runner.py Replaced dict() usage with dict literals. 2017-01-23 19:13:49 -05:00
selenium.py Refs #23919 -- Removed unneeded str() calls 2017-01-20 14:13:55 +01:00
signals.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
testcases.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
utils.py Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00