Skip to content

Commit 0a2b074

Browse files
committed
Update: Add more test scripts
Signed-off-by: Kaung Zin Hein <[email protected]>
1 parent ff7db1c commit 0a2b074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gettingstarted/VSCode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ To debug please refer to the [documentation](https://code.visualstudio.com/docs/
7070

7171
The IDE supports running FreeCAD tests as well. On the left panel go to the testing section and click the play button. A build takes place and then all the tests are run and results reported.
7272

73-
**NOTE:** This is much slower than running the `Tests_run` executable directly. The video above is sped up.
73+
**NOTE:** This is much slower than running the `Tests_run` executable directly (run `path/to/the/build-dir/tests/Tests_run`). The video above is sped up.
7474

75-
**NOTE:** Only c++ tests are currently integrated. Python tests are run from the `Test workbench` or with the command `FreeCAD -t 0`.
75+
**NOTE:** Only c++ tests are currently integrated. Python tests are run from the `Test workbench`, or with the command `FreeCAD -t 0`, or `pixi run freecad -t 0` if you're using Pixi.
7676

7777
Alternatively, there are two vscode tasks that can be used to run the cpp and python tests directly.
7878

0 commit comments

Comments
 (0)