Skip to content

Commit 0b2d730

Browse files
committed
Merge 'Update Recommendation For Testing' (OoTRandomizer#2520)
2 parents 4de3236 + 64610d5 commit 0b2d730

2 files changed

Lines changed: 2 additions & 2 deletions

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
{

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.15'
1+
__version__ = '9.0.16'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)