You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Pyenv is a library to work with different python environments-
46
46
*[pytest-cov](https://pypi.org/project/pytest-cov/) : pytest plugin to render coverage reports.
47
47
* pre-commit : maange pre commit hooks
48
48
49
-
To install the set up: pip install -r requirements.txt
49
+
To install the set up: pip3 install -r requirements.txt
50
50
51
51
## Report view in VScode console TEST RESULTS :
52
52
The report view provides report after execution of tests in TEST RESULTS tab in VScode. The results are in html format using pytest-html format of report structure woth pytest-cov that gives stats on test execution and code coverage at the end of each run.
0 commit comments