Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 887 Bytes

File metadata and controls

44 lines (28 loc) · 887 Bytes

Tests

Table of Contents


Run all tests

To run the entire test suite:

pdm run pytest -vv

Run last failing tests

To only run the last failing tests:

pdm run pytest -vv --lf

Update snapshot fixtures

To update the fixtures with the current API responses:

pdm run pytest --snapshot-update

Make sure to review the changes if they are indeed intended before committing!


See Also