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 | 7 years ago | |
---|---|---|
apitesting | 7 years ago | |
tests | 7 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 7 years ago | |
CHANGES.txt | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
setup.py | 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