Mariusz Felisiak
|
43b01300b7
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/run_tests().
|
2 жил өмнө |
Mariusz Felisiak
|
6c0539ed7c
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
|
2 жил өмнө |
Nick Pope
|
2bc47d7fe9
Avoided assignment followed by immediate return.
|
2 жил өмнө |
Adam Johnson
|
0f5b11eca0
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
|
2 жил өмнө |
Mariusz Felisiak
|
41c4cb253c
Fixed #33719 -- Fixed test command crash when running in parallel.
|
2 жил өмнө |
David Smith
|
ba298a32b3
Refs #31169 -- Prevented infinite loop in parallel tests with custom test runner when using spawn.
|
3 жил өмнө |
David Smith
|
3b3f38b3b0
Fixed #31169 -- Adapted the parallel test runner to use spawn.
|
3 жил өмнө |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 жил өмнө |
Mariusz Felisiak
|
36714be874
Refs #31621 -- Fixed handling --parallel option in test management command and runtests.py.
|
3 жил өмнө |
Mariusz Felisiak
|
c2a5735d86
Refs #31621 -- Added more tests for test --parallel option.
|
3 жил өмнө |
Jacob Walls
|
56f9579105
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests().
|
3 жил өмнө |
Chris Jerdonek
|
5848b3a1d7
Fixed #32914 -- Prevented test --shuffle from skipping test methods.
|
3 жил өмнө |
Chris Jerdonek
|
90ba716bf0
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
|
3 жил өмнө |
Chris Jerdonek
|
8bca838f4a
Refs #32655 -- Improved error if iter_test_cases() is passed a string.
|
3 жил өмнө |
Chris Jerdonek
|
d828beb68f
Fixed #32529 -- Delayed creating a test suite in build_suite().
|
4 жил өмнө |
Chris Jerdonek
|
d8a4bcffdb
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of tests.
|
4 жил өмнө |
Chris Jerdonek
|
77e0a35a10
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
|
4 жил өмнө |
Chris Jerdonek
|
22c9af0eae
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
|
4 жил өмнө |
Simon Charette
|
3089018e95
Fixed #32446 -- Deprecated SERIALIZE test database setting.
|
4 жил өмнө |
Harm Geerts
|
06e5f7ae16
Fixed #29052 -- Made test database creation preserve alias order and prefer the "default" database.
|
4 жил өмнө |
Mariusz Felisiak
|
00a1d42bf0
Fixed isolation of test_runner.EmptyDefaultDatabaseTest.
|
4 жил өмнө |
Ahmad A. Hussein
|
61a0ba43cf
Refs #31811 -- Added optional timing outputs to the test runner.
|
4 жил өмнө |
Min ho Kim
|
65e86948b8
Corrected several typos in string literals and test names.
|
5 жил өмнө |
Jon Dufresne
|
487d904bf2
Simplified temporary directory handling in AdminScriptTestCase.
|
6 жил өмнө |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 жил өмнө |
Simon Charette
|
f6d8b0c47e
Refs #26840 -- Corrected SQLite connection mocking in a setup_databases() test.
|
6 жил өмнө |
Nick Pope
|
e626a3f993
Renamed Sqlite and Sqlite3 references to SQLite.
|
6 жил өмнө |
Simon Charette
|
315357ad25
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled.
|
6 жил өмнө |
Jayden Kneller
|
916aecd29d
Fixed #29866 -- Made DiscoverRunner do tests tear down if running checks or tests raises an exception.
|
6 жил өмнө |
Matthijs Kooijman
|
08f360355a
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an equals sign.
|
6 жил өмнө |