Commit 6270066
committed
feat: Add pytest-mock dependency for generated tests
- Add pytest-mock>=3.14.0,<4.0 to dev dependencies
- Required for mocking fixtures in LLM-generated tests
- Enables mocker fixture usage in test generation
- Supports Phase 2 & 3 test validation
Phase 2 & 3 successfully generated comprehensive test files:
- batch100/test_workflow_behavioral.py: 42KB (Phase 2)
- batch101/test_config_behavioral.py: 30KB, 63 tests (Phase 3)
Infrastructure fixes complete - ready for production use1 parent 3a5ef21 commit 6270066
7 files changed
Lines changed: 6299 additions & 0 deletions
File tree
- tests/behavioral/generated
- batch100
- batch101
- batch997
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments