Django Outside-In TDD
Drive Django features with outside-in and double-loop TDD: user story, Selenium or functional test, focused Django unit/integration tests, minimal implementation, and refactor. Use when starting or changing Django behavior with tests-first workflow, red/green/refactor, working-state-to-working-state refactors, or deciding which layer should own the next test.
Djangov0.1.0MITdjangotddtestingfunctional-testsunit-tests
Install
npx skills add LVTD-LLC/skills --skill django-outside-in-tddFrom `SKILL.md`
Use this skill when a Django feature should be grown from observable user behavior down into views, forms, models, and helpers. Keep the outer test broad enough to prove user value and the inner tests small enough to keep the red/green loop fast.