Update README.md

This commit is contained in:
Akash Mahanty
2020-10-16 22:34:28 +05:30
committed by GitHub
parent b8732c0962
commit ca305d7566

View File

@@ -432,9 +432,18 @@ waybackpy --url akamhy.github.io --user_agent "my-user-agent" --known_urls --sub
<sub>Try this out in your browser @ <https://repl.it/@akamhy/WaybackpyKnownUrlsFromWaybackMachine#main.sh></sub> <sub>Try this out in your browser @ <https://repl.it/@akamhy/WaybackpyKnownUrlsFromWaybackMachine#main.sh></sub>
## Tests ## Tests
[Here](https://github.com/akamhy/waybackpy/tree/master/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 ## Dependency
None, just pre-installed [python standard libraries](https://docs.python.org/3/library/). None, just pre-installed [python standard libraries](https://docs.python.org/3/library/).