index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
/
test_discover_runner.py
Age
Commit message (
Expand
)
Author
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2024-10-24
Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-11-08
Fixed #33264 -- Made test runner return non-zero error code for unexpected su...
Baptiste Mispelon
2021-08-24
Fixed #32552 -- Added logger argument to DiscoverRunner.
Chris Jerdonek
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-05
Fixed #32988 -- Prevented creation of more test databases than TestCases.
Mariusz Felisiak
2021-08-03
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Adam Johnson
2021-08-03
Refs #31621 -- Added more tests for test --parallel option.
Adam Johnson
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-07-07
Used more specific unittest assertions in tests.
Mads Jensen
2021-06-10
Fixed #32609 -- Updated runtests.py to support directory path test labels.
Chris Jerdonek
2021-06-10
Fixed typo in tests/test_runner/test_discover_runner.py.
Mariusz Felisiak
2021-06-10
Refs #27734 -- Prevented creation of more parallel workers than TestCases.
Ceesjan Luiten
2021-06-03
Fixed #32808 -- Prevented DiscoverRunner.build_suite() from mutating test loa...
Mariusz Felisiak
2021-06-02
Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding...
Chris Jerdonek
2021-06-01
Refs #32552 -- Added DiscoverRunner.log() to allow customization.
Daniyal
2021-04-15
Fixed #32641 -- Made DiscoverRunner print the number of found tests.
girishsontakke
2021-04-02
Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...
Chris Jerdonek
2021-03-30
Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...
Chris Jerdonek
2021-03-26
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Chris Jerdonek
2021-03-18
Fixed #31370 -- Added support for parallel tests with --buffer.
Adam Johnson
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-10
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-12-09
Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...
Mariusz Felisiak
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-12-05
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-11-29
Refs #25251 -- Filtered out skipped tests when processing the test suite to s...
romgar
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-06
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-01-08
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-04
Reorganized test_runner test apps.
Tim Graham
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2016-08-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
[next]