Django Test Parallelization
Safely parallelize Django and pytest-django test suites with Django --parallel, pytest-xdist, test isolation checks, randomized order detection, shared-resource sharding, locks, and load balancing. Use when enabling parallel tests, diagnosing failures under parallel execution, handling flaky Django tests, or making caches, files, queues, and external resources safe across workers.
Djangov0.1.0MITdjangotestingparallelizationpytestxdist
Install
npx skills add LVTD-LLC/skills --skill django-test-parallelizationFrom `SKILL.md`
Parallel test execution is a multiplier after a suite is isolated. Treat failures under parallel execution as evidence of hidden shared state until proven otherwise.