django/tests/test_runner
Chris Jerdonek 5848b3a1d7 Fixed #32914 -- Prevented test --shuffle from skipping test methods.
"test --shuffle" skipped test methods when test classes were mixed.
This changes runner.py's reorder_tests() to group by TestCase class.

Regression in 90ba716bf0.
2021-07-12 06:36:12 +02:00
..
__init__.py
models.py
runner.py
test_debug_sql.py
test_discover_runner.py Fixed #24522 -- Added a --shuffle option to DiscoverRunner. 2021-07-08 07:29:04 +02:00
test_parallel.py Fixed RemoteTestResultTest tests without tblib. 2021-03-25 10:33:54 +01:00
test_shuffler.py Fixed #24522 -- Added a --shuffle option to DiscoverRunner. 2021-07-08 07:29:04 +02:00
tests.py Fixed #32914 -- Prevented test --shuffle from skipping test methods. 2021-07-12 06:36:12 +02:00