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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ This allows to work with python interact within VSCode and utilize Github copilo
22
22
## Configure pytest
23
23
Now the Python extension installation will automatically install Pytest on your environment. All you need to do is just configure Pytest. Follow the below steps to configure Pytest.
24
24
Click the flask icon on the left tool bar. You can find this once you open a repository that contains Python unit tests.
25
-
Now click on “Configure Python Tests”, select pytest and the test code library
26
-
After configuring Pytest, VS Code will automatically discover your Unit Tests. You can customise which folder to look for tests in the settings under "python.testing.cwd" parameter in the .vscode/settings.json file.
25
+
Now click on “Configure Python Tests”, select pytest and the test code library. After configuring Pytest, VS Code will automatically discover your Unit Tests.
27
26
28
27
## Installing requests
29
28
* To download and install requests, run this command from the terminal : pip install requests
0 commit comments