To run the entire test suite:
pdm run pytest -vvTo only run the last failing tests:
pdm run pytest -vv --lfTo update the fixtures with the current API responses:
pdm run pytest --snapshot-updateMake sure to review the changes if they are indeed intended before committing!
- Setup & Deployment - Installation and running locally
- Configuration & Environment Variables - Testing environment variables
- API Endpoints - API examples for manual testing
- Back to 📋 Documentation Index