django/tests/test_runner
Mariusz Felisiak ab16507f19
Fixed #32988 -- Prevented creation of more test databases than TestCases.
DiscoverRunner.parallel is used in setup_databases() and
teardown_databases() to control the number of test databases.

Regression in cb6c19749d.
2021-08-05 05:55:35 +02:00
..
__init__.py
models.py
runner.py
test_debug_sql.py
test_discover_runner.py
test_parallel.py
test_shuffler.py
tests.py