# apitesting A sample project illustrating how to write tests against an external API ## Testing To run the test suite with coverage first install the package in editable mode with it's testing requirements: `pip install -e ".[testing]"` To run the project's tests `pytest --cov`