Added full suite of tests & added testing to CI/CD
This commit is contained in:
4
backend/requirements-dev.txt
Normal file
4
backend/requirements-dev.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
pytest
|
||||
pytest-cov # For checking test coverage (optional)
|
||||
ruff # Or flake8, pylint etc. for linting
|
||||
black # For code formatting checks
|
||||
Reference in New Issue
Block a user