0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/tests/test_runner
Mariusz Felisiak 34066d6cf3
Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+.
"forkserver" is the new default on POSIX systems, and Django doesn't
support parallel tests with "forkserver":

b65f2cdfa7
2024-10-24 11:41:37 -03:00
..
__init__.py
models.py
runner.py
test_debug_sql.py
test_discover_runner.py Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+. 2024-10-24 11:41:37 -03:00
test_parallel.py
test_shuffler.py
tests.py Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+. 2024-10-24 11:41:37 -03:00