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.
androiddrew b6e2a91ea2 Added Testing coverage to the client 7 years ago
apitesting Added new uncompleted service with tests 7 years ago
tests Added Mock server fixture and initial test 7 years ago
.coveragerc Added Testing coverage to the client 7 years ago
.gitignore updated .gitignore for Pycharm 7 years ago
CHANGES.txt Added Testing coverage to the client 7 years ago
LICENSE Initial commit 7 years ago
README.md Added Testing coverage to the client 7 years ago
setup.py Added Testing coverage to the client 7 years ago

README.md

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