diff --git a/README.md b/README.md index 4fc5872..ec5747d 100644 --- a/README.md +++ b/README.md @@ -432,9 +432,18 @@ waybackpy --url akamhy.github.io --user_agent "my-user-agent" --known_urls --sub Try this out in your browser @ ## Tests - [Here](https://github.com/akamhy/waybackpy/tree/master/tests) +To run tests locally: +```bash +pip install -U pytest +pip install codecov +pip install pytest pytest-cov +cd tests +pytest --cov=../waybackpy +python -m codecov #For reporting coverage on Codecov +``` + ## Dependency None, just pre-installed [python standard libraries](https://docs.python.org/3/library/).