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.

thedixitjain 236e555 2 files · 5.9 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/testing-and-qa/django-test-parallelization commit 236e555f08

Frequently asked questions

npx skillmds add thedixitjain/django-test-parallelization