- 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
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
pytest>=7.0
|
|
pytest-cov>=4.0
|
|
black>=23.0
|
|
flake8>=6.0
|
|
ruff>=0.1.0
|