1
0

requirements-dev.txt 359 B

123456789101112131415161718
  1. # Development and testing dependencies
  2. # Install: pip install -r requirements-dev.txt
  3. # Core testing
  4. pytest>=7.0
  5. pytest-asyncio>=0.23
  6. pytest-cov>=4.0
  7. pytest-timeout>=2.0
  8. # HTTP client for API testing
  9. httpx>=0.25
  10. # Serial port mocking (Linux/macOS only, not Windows)
  11. mock-serial>=0.0.1
  12. # Test data generation
  13. factory-boy>=3.3
  14. faker>=18.0