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
`vunit-by-hgb.python` | Path to python executable.
49
-
`vunit-by-hgb.shellOptions` | VUnit run.py command line options when running tests.
50
-
`vunit-by-hgb.guiOptions` | VUnit run.py command line options when running GUI (-g should not be added here).
51
-
`vunit-by-hgb.exportJsonOptions` | VUnit run.py command line options when discovering test with --export-json.
52
-
`vunit-by-hgb.matchProblems` | Display Errors and Warnings from VUnit as Problems
53
-
`vunit-by-hgb.matchAssertionFailure` | Display Assertion-Failures from VUnit as Problems
48
+
`vunit-by-hgb.scriptname` | consistent name of all VUnit-run-scripts (default: `run.py`)
49
+
`vunit-by-hgb.python` | Path to python executable.
50
+
`vunit-by-hgb.shellOptions` | VUnit run.py command line options when running tests.
51
+
`vunit-by-hgb.guiOptions` | VUnit run.py command line options when running GUI (-g should not be added here).
52
+
`vunit-by-hgb.exportJsonOptions` | VUnit run.py command line options when discovering test with --export-json.
53
+
`vunit-by-hgb.showExecutionTime` | Display Execution-Time for every testcase
54
+
`vunit-by-hgb.executeMultipleGuiTestcases` | Executing multiple GUI-Testcases at once
55
+
`vunit-by-hgb.matchProblems` | Display Errors and Warnings from VUnit as Problems
56
+
`vunit-by-hgb.matchAssertionFailure` | Display Assertion-Failures from VUnit as Problems
54
57
55
58
## Related Projects
56
-
- HDLRegression is an alternative to VUnit. Use [HDLRegressionByHGB](https://github.com/HSD-ESD/HDLRegression-by-HGB)to run HDLRegression tests from the VS-Code sidebar. (currently under development)
59
+
- HDLRegression is an alternative to VUnit. Use [HDLRegressionByHGB](https://github.com/HSD-ESD/HDLRegression-by-HGB)to run HDLRegression tests from the VS-Code sidebar. (currently under development)
0 commit comments