Files
api-testgen-cli/requirements-dev.txt
CI Bot b536daa983 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
2026-02-06 03:44:37 +00:00

6 lines
64 B
Plaintext

pytest>=7.0
pytest-cov>=4.0
black>=23.0
flake8>=6.0
ruff>=0.1.0