document_redaction / test /requirements.txt
seanpedrickcase's picture
Added a test suite based on the functions in cli_redact.py
084af54
raw
history blame contribute delete
417 Bytes
# 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