From ca305d756631e057cb777c30cac98ae5309898a2 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 16 Oct 2020 22:34:28 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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/).