dsharlet / LiveSPICE

Real time SPICE simulation for audio signals
MIT License
419 stars 61 forks source link

Run circuit tests as part of tests action #183

Closed dsharlet closed 1 year ago

dsharlet commented 1 year ago

It would be good if the test action actually ran the circuit tests like I do locally for changes that affect analysis/simulation. Not sure this will work, opening the PR to see what happens. @mdouchement maybe you have a better idea of what should be happening here...

This is most of what I had in mind for #139. It would be nice to have more test coverage of the GUI, but GUI testing is a pain.

Federerer commented 1 year ago

Just one more small issue - half of the tests are not running:

Unrecognized command or argument '\'
'\' was not matched. Did you mean one of the following?
-h

BTW, if we want to really check if the tests are OK and not just if the test program has run, we need to use one of well-known testing frameworks and a test output parser action.