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