summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_debug_sql.py
AgeCommit message (Collapse)Author
2015-02-17[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django ↵Tim Graham
source contains non-ASCII characters. Backport of 307c0f299a6c26f5231d3516df5b4edc54b36553 from master
2015-01-23[1.8.x] Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham
Python change is http://bugs.python.org/issue22032 Backport of 0386b97706052b88cd6fbbf777698810981cfeb6 from master
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
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.