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