Skip to content

Commit 64610d5

Browse files
committed
update recommendation for testing
1 parent 3c3b204 commit 64610d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Notes/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur
5959

6060
## Unit Tests
6161

62-
VS Code has a panel to run and debug Python unit tests. `pytest` is recommended for running the tests. It can be installed using `pip install pytest` or through your OS's package management system. You can then enable VS Code's testing panel by creating a `.vscode/settings.json` file with the following:
62+
VS Code has a panel to run and debug Python unit tests. `pytest-xdist` is recommended for running the tests. It can be installed using `pip install pytest-xdist` or through your OS's package management system. You can then enable VS Code's testing panel by creating a `.vscode/settings.json` file with the following:
6363

6464
```jsonc
6565
{

0 commit comments

Comments
 (0)