summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_discover_runner.py
AgeCommit message (Expand)Author
2021-08-05Fixed #32988 -- Prevented creation of more test databases than TestCases.Mariusz Felisiak
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-08-03Refs #31621 -- Added more tests for test --parallel option.Adam Johnson
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-07-07Used more specific unittest assertions in tests.Mads Jensen
2021-06-10Fixed #32609 -- Updated runtests.py to support directory path test labels.Chris Jerdonek
2021-06-10Fixed typo in tests/test_runner/test_discover_runner.py.Mariusz Felisiak
2021-06-10Refs #27734 -- Prevented creation of more parallel workers than TestCases.Ceesjan Luiten
2021-06-03Fixed #32808 -- Prevented DiscoverRunner.build_suite() from mutating test loa...Mariusz Felisiak
2021-06-02Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding...Chris Jerdonek
2021-06-01Refs #32552 -- Added DiscoverRunner.log() to allow customization.Daniyal
2021-04-15Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke
2021-04-02Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...Chris Jerdonek
2021-03-30Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek
2021-03-26Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.Chris Jerdonek
2021-03-18Fixed #31370 -- Added support for parallel tests with --buffer.Adam Johnson
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-07-10Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni
2020-01-20Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman
2019-12-09Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon
2019-12-09Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...Mariusz Felisiak
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
2018-12-05Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham
2018-11-29Refs #25251 -- Filtered out skipped tests when processing the test suite to s...romgar
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-06Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar
2018-02-13Fixed #29106 -- Made DiscoverRunner display selected test tags.Sanyam Khurana
2018-01-08Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd
2018-01-04Reorganized test_runner test apps.Tim Graham
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2016-08-12Fixed #27008 -- Added --debug-mode option to DiscoverRunner.Chris Jerdonek
2016-08-09Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.Chris Jerdonek
2016-08-04Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().Chris Jerdonek
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
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