django/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
models.py
test_debug_sql.py Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
test_discover_runner.py
tests.py