1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/test_runner
Tim Graham ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection.
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
2017-02-10 08:19:32 -05:00
..
__init__.py
models.py
runner.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test_debug_sql.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
test_discover_runner.py
test_parallel.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
tests.py Added multi_db=True to test cases that access the 'other' db connection. 2017-02-10 08:19:32 -05:00