You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gettingstarted/VSCode.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ To debug please refer to the [documentation](https://code.visualstudio.com/docs/
75
75
76
76
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.
77
77
78
-
**NOTE:** This is much slower than running the `Tests_run` executable directly. The video above is sped up.
78
+
**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.
79
79
80
-
**NOTE:** Only c++ tests are currently integrated. Python tests are run from the `Test workbench` or with the command `FreeCAD -t 0`.
80
+
**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.
81
81
82
82
Alternatively, there are two vscode tasks that can be used to run the cpp and python tests directly.
0 commit comments