summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_discover_runner.py
AgeCommit message (Expand)Author
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-07-27Fixed #25110 -- Fixed a test_runner test isolation regression.Joseph Gordon
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-10-23Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz
2014-05-16cater for running tests from another directory than tests - applying existing...Nikolaus Schlemm
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-01-01Removed unused function in test_runner testsPreston Timmons
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-20Fixed #20437 - marked a test-runner test as expected-fail under certain condi...Carl Meyer
2013-05-19Fixed #20449 - Corrected test sensitivity to current working dir.Tomasz Jaskowski
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer