fix: add tests and project configuration for CI/CD
- Add tests directory with comprehensive test suite - Add development configuration files (requirements-dev.txt, setup.cfg) - Add pre-commit hooks and gitignore for project hygiene - Ensure CI workflow has all necessary files to run 121 tests
This commit is contained in:
5
requirements-dev.txt
Normal file
5
requirements-dev.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
pytest>=7.0
|
||||
pytest-cov>=4.0
|
||||
black>=23.0
|
||||
flake8>=6.0
|
||||
ruff>=0.1.0
|
||||
Reference in New Issue
Block a user