DJ-Goanna-Coding/oppo-node
0
1# Testing dependencies for VAMGUARD_TITAN / TIA-ARCHITECT-CORE2 3# Core testing framework4pytest>=8.0.05pytest-cov>=4.1.06pytest-mock>=3.12.07pytest-asyncio>=0.23.08 9# Code coverage10coverage>=7.4.011 12# Test utilities13mock>=5.1.014faker>=24.0.015 16# For testing async code17asyncio>=3.4.318 