Initial commit - Phase 3/4
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
25
requirements-test.txt
Normal file
25
requirements-test.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
# Testing dependencies for Dangerous Pi
|
||||
|
||||
# Core testing framework
|
||||
pytest>=7.4.0
|
||||
pytest-asyncio>=0.21.0
|
||||
pytest-cov>=4.1.0
|
||||
pytest-mock>=3.11.1
|
||||
|
||||
# HTTP testing
|
||||
httpx>=0.24.1
|
||||
pytest-httpx>=0.22.0
|
||||
|
||||
# FastAPI testing
|
||||
fastapi[all]>=0.100.0
|
||||
|
||||
# Code quality
|
||||
pytest-flake8>=1.1.1
|
||||
pytest-black>=0.3.12
|
||||
pytest-mypy>=0.10.3
|
||||
|
||||
# Test utilities
|
||||
faker>=19.0.0
|
||||
factory-boy>=3.3.0
|
||||
freezegun>=1.2.2
|
||||
responses>=0.23.1
|
||||
Reference in New Issue
Block a user