added tests
This commit is contained in:
17
requirements-dev.txt
Normal file
17
requirements-dev.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# Development and testing dependencies
|
||||
# Install with: pip install -r requirements-dev.txt
|
||||
|
||||
# Include production dependencies
|
||||
-r requirements.txt
|
||||
|
||||
# Testing framework
|
||||
pytest==7.4.3
|
||||
pytest-cov==4.1.0
|
||||
pytest-xdist==3.5.0 # Parallel test execution
|
||||
|
||||
# Code quality
|
||||
pytest-flake8==1.1.1
|
||||
pytest-mypy==0.10.3
|
||||
|
||||
# Test reporting
|
||||
pytest-html==4.1.1
|
||||
Reference in New Issue
Block a user