You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

285 B

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