Before running tests, see the dependency-management docs.
Running project unit tests:
- using poetry:
poetry run pytest ./tests
- using pytest directly:
pytest ./tests
Before running tests, see the dependency-management docs.
Running project unit tests:
poetry run pytest ./tests
pytest ./tests