1 parent fbed6eb commit 64828b0Copy full SHA for 64828b0
1 file changed
README.md
@@ -42,8 +42,8 @@ Pyenv is a library to work with different python environments-
42
* requests - To get data from APIs
43
* [pytest](https://docs.pytest.org/en/stable/) - python testing library
44
* jsonschema : to enable json structure for python
45
- * pytest-html : plugin for pytest to generate HTML report for results
46
- * pytest-cov : pytest plugin to render coverage reports.
+ * [pytest-html](https://pypi.org/project/pytest-html/) : plugin for pytest to generate HTML report for results
+ * [pytest-cov](https://pypi.org/project/pytest-cov/) : pytest plugin to render coverage reports.
47
* pre-commit : maange pre commit hooks
48
49
To install the set up: pip install -r requirements.txt
0 commit comments