We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f6afd commit b0e07fdCopy full SHA for b0e07fd
README.md
@@ -9,6 +9,7 @@ Set up pytest in VS code.
9
Before we set up Pytest in VS Code, you need to install the below prerequisites in your operating system-
10
* VS Code
11
* Python
12
+
13
Verify the python version and install pip version compatible.
14
15
## Setting Up Pytest In VS Code
@@ -50,6 +51,7 @@ The Python: Select Interpreter command displays a list of available environments
50
51
* pre-commit : maange pre commit hooks
52
53
To install the set up: pip install -r requirements.txt
54
55
Install to virtual env if using that for the project
56
57
## Report view in VScode console TEST RESULTS :
0 commit comments