django/tests/test_runner
Mariusz Felisiak 6cb641ba75
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupclass_failure() without tblib.
2025-10-02 13:20:01 +02: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 Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupclass_failure() without tblib. 2025-10-02 13:20:01 +02:00
test_shuffler.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00