File size: 282 Bytes
c87f72b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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