Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 222 Bytes

testing.md

File metadata and controls

9 lines (7 loc) · 222 Bytes

Testing

Before running tests, see the dependency-management docs.

Running project unit tests:

  • using poetry:
    • poetry run pytest ./tests
  • using pytest directly:
    • pytest ./tests