Test Driven Development

Guides the Test-Driven Development methodology: the Red-Green-Refactor cycle of writing failing tests before implementation code, then making them pass with minimal code, then refactoring. Use when the user asks to do TDD, practice test-driven development, follow red-green-refactor, write tests first, apply test-first methodology, or implement a feature using TDD workflow with pytest, Vitest, ERT, or Zod. NOT for choosing or setting up test frameworks (use testing-framework), NOT for finding and fixing bugs or analyzing stack traces (use debugging), NOT for reviewing existing code or PRs (use code-review).

viktorbezdek 9d7b49a 25 files · 160.4 KB Updated

File contents

viktorbezdek/skillstack/tree/main/test-driven-development/skills/test-driven-development commit 9d7b49ae82

Frequently asked questions

npx skillmds@latest add viktorbezdek/test-driven-development