Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-24 | ✓→✗ | ▼ Worse | -10% | 0% |
| case-14 | ✓→✓ | = Same ✓ | -3% | 0% |
CI optimization should reduce feedback time without reducing confidence. Keep fast local commands and full CI coverage distinct, then make the CI path faster with caching, parallelism, and sensible split points.
django-test-parallelization.Read ci-patterns.md for command and configuration patterns.
slow typos do not silently change coverage.Before finishing:
Other measured skills in the registry, with their headline benchmark lift.