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
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
2020-12-10
Fixed isolation of test_runner.EmptyDefaultDatabaseTest.
Mariusz Felisiak
2020-11-28
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
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-10-23
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-22
Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...
Mariusz Felisiak
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-24
Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.
Simon Charette
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
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-10-30
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or t...
Jayden Kneller
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
2018-08-23
Added manage.py test --testrunner tests.
Matthijs Kooijman
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
Tim Graham
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
[prev]
[next]