File size: 417 Bytes
084af54
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Test-specific dependencies for the CLI redaction test suite
# These are in addition to the main application dependencies

# Test framework
pytest>=7.0.0
pytest-cov>=4.0.0

# Optional: For more detailed test reporting
pytest-html>=3.1.0
pytest-xdist>=3.0.0  # For parallel test execution

# Note: The test suite uses unittest (standard library) but pytest provides
# better test discovery and reporting capabilities