Tdd Python

Test-Driven Development (TDD) workflow for Python. Use when asked to add a new feature, function, class, or module to a Python codebase. Enforces the Red-Green-Refactor cycle: write a failing test first, then write the minimum production code to pass it, then refactor. Activates when the user mentions TDD, test-first, red-green-refactor, write tests before code, or asks to implement new functionality in Python.

nestorrd Updated

File contents

nestorrd/python-ai-assisted-dev-sample/tree/main/.github/skills/tdd-python commit 2af3acb472

Frequently asked questions

npx skillmds@latest add nestorrd/tdd-python