File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ Agent mode can help with complex mocking:
142142
143143## Best Practices Checklist
144144
145- ✅ Start with clear test objectives
146- ✅ Specify testing framework and patterns
147- ✅ Include both positive and negative test cases
148- ✅ Request mock generation for dependencies
149- ✅ Verify edge cases and error handling
150- ✅ Maintain consistency with existing tests
151- ✅ Include cleanup and tear-down logic
145+ ✅ Start with clear test objectives
146+ ✅ Specify testing framework and patterns
147+ ✅ Include both positive and negative test cases
148+ ✅ Request mock generation for dependencies
149+ ✅ Verify edge cases and error handling
150+ ✅ Maintain consistency with existing tests
151+ ✅ Include cleanup and tear-down logic
152152✅ Document test assumptions and requirements
153153
154154## Example Workflow
You can’t perform that action at this time.
0 commit comments