Skip to content

Commit e0b4ac4

Browse files
authored
Update README.md
1 parent 7ef480a commit e0b4ac4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ This allows to work with python interact within VSCode and utilize Github copilo
2222
## Configure pytest
2323
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.
2424
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.
2726

2827
## Installing requests
2928
* To download and install requests, run this command from the terminal : pip install requests

0 commit comments

Comments
 (0)