SIMEXP / psom

pipeline system for octave and matlab
http://psom.simexp-lab.org
Other
24 stars 13 forks source link

develop a test suit for psom #113

Open poquirion opened 7 years ago

poquirion commented 7 years ago

Every time we modify a function, write a test suite at the end of the script. We will use that standard octave suite for now with the paradigm

%!test

at the end of script but we could use https://github.com/MOxUnit/MOxUnit in the future which is good for matlab and octave.

poquirion commented 7 years ago