Bochlin / vunit-test-explorer

VUnit test explorer for VSCode
MIT License
12 stars 5 forks source link

Add vunit.exportJsonOptions and append to the run.py --export-json call #15

Closed LukasVik closed 4 years ago

LukasVik commented 4 years ago

So the use case is that I have a quite extensive run.py and I have to add some arguments to the call to make it work. This is possible for the test runs and GUI runs, but not for the --export-json run. This PR adds an option for this, much like for the other runs.

Disclaimer: I do not know how to build and test this. It is completely dry coded.

Bochlin commented 4 years ago

Looks good, I can make some tests for the PR. @LukasVik can you change the target of the PR to the new exportJsonOptions branch?

I should probably write a guide for how to build and test when I get the time.

LukasVik commented 4 years ago

Done. Thanks.