Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -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/).
|
||||||
|
Reference in New Issue
Block a user