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:
CI Bot
2026-02-06 03:44:37 +00:00
parent 52e792305b
commit b536daa983
20 changed files with 2656 additions and 0 deletions

5
requirements-dev.txt Normal file
View File

@@ -0,0 +1,5 @@
pytest>=7.0
pytest-cov>=4.0
black>=23.0
flake8>=6.0
ruff>=0.1.0