- Add pytest-json-report to requirements-test.txt for JSON test output - Improve error handling in test runner service to catch JSONDecodeError and fallback to parsing stdout when JSON report is unavailable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
# requirements-test.txt - Python 3.13.5 compatible
|
|
# Testing dependencies
|
|
pytest>=8.3.4
|
|
pytest-cov>=6.0.0
|
|
pytest-asyncio>=0.24.0
|
|
pytest-mock>=3.14.0
|
|
pytest-json-report>=1.5.0
|
|
httpx>=0.28.1
|
|
faker>=33.1.0
|
|
pytest-repeat>=0.9.4
|
|
pytest-timeout>=2.3.1 |