Django CI Test Optimization

Optimize Django and pytest-django test execution in CI with cache configuration, slow-test splitting, database reuse strategy, parallel workers, pytest-xdist, CircleCI/GitHub Actions/Jenkins/Travis patterns, and full-coverage safeguards. Use when CI test jobs are slow, flaky under parallelism, missing slow-test coverage, or need a local-vs-CI test command design.

thedixitjain 17d4f81 2 files · 4.8 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/testing-and-qa/django-ci-test-optimization commit 17d4f81920

Frequently asked questions

npx skillmds add thedixitjain/django-ci-test-optimization