summaryrefslogtreecommitdiff
path: root/tests/test_runner
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak2023-01-171-40/+0
* Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak2023-01-171-25/+1
* Avoided assignment followed by immediate return.Nick Pope2022-10-311-2/+1
* Fixed #34111 -- Made test runner with --debug-sql format SQL queries.Giebisch2022-10-241-12/+12
* Refs #34010 -- Made --debug-mode work for parallel tests using spawn.Adam Johnson2022-09-281-1/+6
* Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak2022-05-191-0/+41
* Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak2022-04-072-6/+13
* Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith2022-03-171-0/+45
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-152-6/+14
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-077-603/+880
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon2021-11-081-0/+18
* Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek2021-08-241-0/+21
* Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak2021-08-192-14/+32
* Refs #31621 -- Added more tests for test --parallel option.Mariusz Felisiak2021-08-191-1/+64
* Fixed #32988 -- Prevented creation of more test databases than TestCases.Mariusz Felisiak2021-08-051-0/+20
* Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson2021-08-031-1/+16
* Refs #31621 -- Added more tests for test --parallel option.Adam Johnson2021-08-031-0/+35
* Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls2021-07-162-1/+40
* Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek2021-07-121-0/+26
* Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek2021-07-083-1/+267
* Used more specific unittest assertions in tests.Mads Jensen2021-07-071-2/+2
* Refs #32655 -- Improved error if iter_test_cases() is passed a string.Chris Jerdonek2021-06-291-1/+9
* Fixed #32609 -- Updated runtests.py to support directory path test labels.Chris Jerdonek2021-06-101-1/+1
* Fixed typo in tests/test_runner/test_discover_runner.py.Mariusz Felisiak2021-06-101-2/+2
* Refs #27734 -- Prevented creation of more parallel workers than TestCases.Ceesjan Luiten2021-06-101-0/+6
* Fixed #32808 -- Prevented DiscoverRunner.build_suite() from mutating test loa...Mariusz Felisiak2021-06-031-0/+32
* Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding...Chris Jerdonek2021-06-021-1/+1
* Refs #32552 -- Added DiscoverRunner.log() to allow customization.Daniyal2021-06-011-0/+38
* Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke2021-04-151-23/+36
* Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...Chris Jerdonek2021-04-021-0/+10
* Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek2021-03-301-0/+13
* Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.Chris Jerdonek2021-03-261-0/+10
* Fixed RemoteTestResultTest tests without tblib.Mariusz Felisiak2021-03-251-4/+13
* Fixed #31370 -- Added support for parallel tests with --buffer.Adam Johnson2021-03-181-8/+0
* Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.Adam Johnson2021-03-181-0/+30
* Refs #31370 -- Added test for pickling RemoteTestResult.Adam Johnson2021-03-181-0/+6
* Fixed #32529 -- Delayed creating a test suite in build_suite().Chris Jerdonek2021-03-111-7/+8
* Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...Chris Jerdonek2021-03-111-0/+14
* Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.Chris Jerdonek2021-03-091-23/+50
* Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek2021-03-051-0/+81
* Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette2021-02-242-10/+25
* Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts2021-02-161-1/+30
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-102-9/+3
* Fixed isolation of test_runner.EmptyDefaultDatabaseTest.Mariusz Felisiak2020-12-101-5/+6
* Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.Adam Johnson2020-11-281-0/+27
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-132-2/+27
* Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni2020-07-101-1/+28