Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 152 Bytes

File metadata and controls

9 lines (6 loc) · 152 Bytes

Testing with pytest

Use pytest to instrument our tests.

  • To test your changes, run pytest:

    pytest <test_file>::<test_case>