Files
ComfyUI-Lora-Manager/requirements-dev.txt
Will Miao 85e511d81c feat(testing): implement Phase 4 advanced testing
- Add Hypothesis property-based tests (19 tests)
- Add Syrupy snapshot tests (7 tests)
- Add pytest-benchmark performance tests (11 tests)
- Fix Hypothesis plugin compatibility by creating MockModule class
- Update pytest.ini to exclude .hypothesis directory
- Add .hypothesis/ to .gitignore
- Update requirements-dev.txt with testing dependencies
- Mark Phase 4 complete in backend-testing-improvement-plan.md

All 947 tests passing.
2026-02-11 11:58:28 +08:00

8 lines
121 B
Plaintext

-r requirements.txt
pytest>=7.4
pytest-cov>=4.1
pytest-asyncio>=0.21.0
hypothesis>=6.0
syrupy>=5.0
pytest-benchmark>=5.0