Skip to content

Commit 1b24f07

Browse files
authored
Merge pull request #135 from Distributive-Network/Xmader/docs/peter-jr
Add peter-jr to `Running tests` section of README
2 parents ba9fc9d + e32a045 commit 1b24f07

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,24 @@
4949
"./tests/python"
5050
],
5151
},
52+
{
53+
"label": "Run JS tests",
54+
"type": "process",
55+
"command": "poetry",
56+
"args": [
57+
"run",
58+
"bash",
59+
"./peter-jr",
60+
"./tests/js/"
61+
],
62+
},
5263
{
5364
"label": "Test",
5465
"dependsOrder": "sequence",
5566
"dependsOn": [
5667
"Install development dependencies",
5768
"Run pytest",
69+
"Run JS tests",
5870
],
5971
"group": {
6072
"kind": "test",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ If you are using VSCode, you can just press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> +
8080
1. Compile the project
8181
2. Install development dependencies: `poetry install --no-root --only=dev`
8282
3. From the root directory, run `poetry run pytest ./tests/python`
83+
4. From the root directory, run `poetry run bash ./peter-jr ./tests/js/`
8384

8485
For VSCode users, similar to the Build Task, we have a Test Task ready to use.
8586

0 commit comments

Comments
 (0)