index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2023-09-25
Fixed #34825 -- Avoided setting unused connections when initializing parallel...
David Sanders
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...
Mariusz Felisiak
2023-01-17
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2022-10-31
Avoided assignment followed by immediate return.
Nick Pope
2022-10-24
Fixed #34111 -- Made test runner with --debug-sql format SQL queries.
Giebisch
2022-09-28
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Adam Johnson
2022-05-19
Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-04-07
Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.
Mariusz Felisiak
2022-03-17
Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...
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-19
Refs #31621 -- Added more tests for test --parallel option.
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-16
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...
Jacob Walls
2021-07-12
Fixed #32914 -- Prevented test --shuffle from skipping test methods.
Chris Jerdonek
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-29
Refs #32655 -- Improved error if iter_test_cases() is passed a string.
Chris Jerdonek
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-25
Fixed RemoteTestResultTest tests without tblib.
Mariusz Felisiak
2021-03-18
Fixed #31370 -- Added support for parallel tests with --buffer.
Adam Johnson
2021-03-18
Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.
Adam Johnson
2021-03-18
Refs #31370 -- Added test for pickling RemoteTestResult.
Adam Johnson
2021-03-11
Fixed #32529 -- Delayed creating a test suite in build_suite().
Chris Jerdonek
2021-03-11
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...
Chris Jerdonek
2021-03-09
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
Chris Jerdonek
2021-03-05
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
Chris Jerdonek
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-16
Fixed #29052 -- Made test database creation preserve alias order and prefer t...
Harm Geerts
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
[next]