6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
pytest
|
|
pytest-cov # For checking test coverage (optional)
|
|
ruff # Or flake8, pylint etc. for linting
|
|
black # For code formatting checks
|
|
testcontainers
|
|
faker |