django/tests/test_runner
Adam Zapletal 606fc35279
Some checks are pending
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36083 -- Ran system checks in ParallelTestSuite workers.
Workers created by ParallelTestSuite were not running system
checks in the spawn multiprocessing mode. In general this is
fine, but system checks can have side effects expected by tests.

This patch runs system checks inside of _init_worker, which is
only called by ParallelTestSuite.
2025-09-16 21:57:22 -04:00
..
__init__.py
models.py Fixed #36083 -- Ran system checks in ParallelTestSuite workers. 2025-09-16 21:57:22 -04:00
runner.py Removed unnecessary trailing commas in tests. 2023-08-22 12:42:57 +02:00
test_debug_sql.py Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql. 2025-06-16 17:41:24 -03:00
test_discover_runner.py Fixed #36531 -- Added forkserver support to parallel test runner. 2025-07-29 14:11:22 -03:00
test_parallel.py Fixed #36083 -- Ran system checks in ParallelTestSuite workers. 2025-09-16 21:57:22 -04:00
test_shuffler.py
tests.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00