Implements the test-unit-standards agent skill.
Skill file: skills/test-unit-standards/SKILL.md
Sections to implement:
- Isolation — no real I/O, fully independent tests
- Scope — public interface only, no private member access
- Naming and structure —
test_<what>_<condition>_<expected> convention
- Assertions — return values, exceptions, boundaries, success + failure paths
- Fixtures and helpers — shared fixtures in conftest/TestHelper, no copy-paste setup
- Reference — cross-links to
test-mocking-patterns and test-data-management
Implements the
test-unit-standardsagent skill.Skill file:
skills/test-unit-standards/SKILL.mdSections to implement:
test_<what>_<condition>_<expected>conventiontest-mocking-patternsandtest-data-management