592 B
592 B
Analyze the target code and identify missing unit tests.
Note: If a Previous Response exists, this is a replan due to rejection. Revise the test plan taking that feedback into account.
Actions:
- Read the target module source code and understand its behavior, branches, and state transitions
- Read existing tests and identify what is already covered
- Identify missing test cases (happy path, error cases, boundary values, edge cases)
- Determine test strategy (mock approach, existing test helper usage, fixture design)
- Provide concrete guidelines for the test implementer