jupyter-xeus / xeus-octave

Jupyter kernel for GNU Octave
https://xeus-octave.readthedocs.io/
GNU General Public License v3.0
57 stars 10 forks source link

[Backport 4/5]: Add more tests #85

Closed rapgenic closed 1 year ago

rapgenic commented 1 year ago

This adds a few more tests, and a simple way to add some tests written directly in Octave.

Right now it loops all the files in octave folder and simply executes their content checking for an ok status.

Quite basic and can be improved, but enough for now I think.