oppo-node / requirements-test.txt
DJ-Goanna-Coding's picture
Deploy from GitHub Actions
c87f72b verified
raw
history blame contribute delete
282 Bytes
# Testing dependencies for VAMGUARD_TITAN / TIA-ARCHITECT-CORE
# Core testing framework
pytest>=8.0.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
pytest-asyncio>=0.23.0
# Code coverage
coverage>=7.4.0
# Test utilities
mock>=5.1.0
faker>=24.0.0
# For testing async code
asyncio>=3.4.3