django1/tests/test_runner
Marc Tamlyn b5c1a85b50 Fixed #24118 -- Added --debug-sql option for tests.
Added a --debug-sql option for tests and runtests.py which outputs the
SQL logger for failing tests. When combined with --verbosity=2, it also
outputs the SQL for passing tests.

Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and
discussion.
2015-01-12 08:16:08 +00:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_debug_sql.py Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
test_discover_runner.py Fixed #23742 -- Added an option to reverse tests order. 2014-11-24 19:24:11 -05:00
tests.py Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00