Documentation
README
name: test-writer description: Generates comprehensive unit tests for code version: 1.0.0 owner: example task_type: testing
Test Writer
When activated, generate comprehensive unit tests for the provided code:
- Cover happy paths and edge cases
- Test error handling and boundary conditions
- Use pytest for Python, Jest for TypeScript
- Include mocks for external dependencies
- Aim for >90% branch coverage