mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 17:30:27 +00:00
"test --shuffle" skipped test methods when test classes were mixed.
This changes runner.py's reorder_tests() to group by TestCase class.
Regression in
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| runner.py | ||
| test_debug_sql.py | ||
| test_discover_runner.py | ||
| test_parallel.py | ||
| test_shuffler.py | ||
| tests.py | ||