| name | drin-automated-test-generator |
| description | Advanced workflow for generating relevant, high-coverage tests based on code behavior and edge-cases. |
| status | production |
Automated Test Generator
Purpose
To ensure code reliability by automatically creating tests for complex logic and regression risks.
Approach
- Discovery: Analyze the code to find branches and boundary conditions.
- Setup: Generate the necessary mocks/stubs for dependencies.
- Execution: Write the test code (unit/integration) using AAA pattern.
- Validation: Run the test to ensure it passes on the current code.
Rules
- Focus on "High Logic" areas, not just getters/setters.
- Tests must be readable and maintainable by humans.
subagents:
- test-engineer
- code-reviewer