File tree Expand file tree Collapse file tree
.agents/skills/test-driven-development Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22description : Use when implementing any feature or bugfix, before writing implementation code
33metadata :
44 github-path : skills/test-driven-development
5- github-ref : refs/tags/v5 .0.7
5+ github-ref : refs/tags/v6 .0.2
66 github-repo : https://github.com/obra/superpowers
7- github-tree-sha : 98904a7d8e0e04b9bd46220b9b17298f45fe0b72
7+ github-tree-sha : 61939b456845d75979423c855829d05cbf2c304d
88name : test-driven-development
99---
1010# Test-Driven Development (TDD)
@@ -360,7 +360,7 @@ Never fix bugs without a test.
360360
361361## Testing Anti-Patterns
362362
363- When adding mocks or test utilities, read @ testing-anti-patterns .md to avoid common pitfalls:
363+ When adding mocks or test utilities, read [ testing-anti-patterns.md] ( testing-anti-patterns.md ) to avoid common pitfalls:
364364- Testing mock behavior instead of real behavior
365365- Adding test-only methods to production classes
366366- Mocking without understanding dependencies
You can’t perform that action at this time.
0 commit comments