summaryrefslogtreecommitdiff
path: root/tests/test_runner
AgeCommit message (Expand)Author
2025-10-21[5.2.x] Made RemoteTestResultTest.test_pickle_errors_detection() compatible w...Mariusz Felisiak
2025-02-16[5.2.x] Fixed #35967 -- Deferred test suite fixtures serialization after all ...Simon Charette
2024-11-11Removed redundant RemoteTestResultTest._test_error_exc_info() test hook.Mariusz Felisiak
2024-11-11Refs #35849 -- Skipped ParallelTestSuiteTest.test_handle_add_error_before_fir...Mariusz Felisiak
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-10-24Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+.Mariusz Felisiak
2024-02-22Refs #32114 -- Fixed RemoteTestResultTest.test_unpicklable_subtest test witho...Mariusz Felisiak
2024-02-21Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests.David Wobrock
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-09-25Fixed #34825 -- Avoided setting unused connections when initializing parallel...David Sanders
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-08-23Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.Mariusz Felisiak
2023-08-22Removed unnecessary trailing commas in tests.konsti
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak
2023-01-17Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak
2022-10-31Avoided assignment followed by immediate return.Nick Pope
2022-10-24Fixed #34111 -- Made test runner with --debug-sql format SQL queries.Giebisch
2022-09-28Refs #34010 -- Made --debug-mode work for parallel tests using spawn.Adam Johnson
2022-05-19Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak
2022-04-07Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak
2022-03-17Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2021-11-08Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon
2021-08-24Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-19Refs #31621 -- Added more tests for test --parallel option.Mariusz Felisiak
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-16Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls
2021-07-12Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek
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-29Refs #32655 -- Improved error if iter_test_cases() is passed a string.Chris Jerdonek
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-25Fixed RemoteTestResultTest tests without tblib.Mariusz Felisiak
2021-03-18Fixed #31370 -- Added support for parallel tests with --buffer.Adam Johnson