apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Refactor the code #45

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

The test function's code has some issues:

Same goes for runtests, to a lesser extent.

Refactor the code to address this.

TODO

apjanke commented 5 years ago

I'm deferring logging to a separate issue https://github.com/apjanke/octave-testify/issues/56 because it's a more complicated topic and doesn't block the refactoring itself.

apjanke commented 5 years ago

I'm happy with the refactoring now. Moved test2_refactor and runtests2_refactor back to test2 and runtests2 in https://github.com/apjanke/octave-testify/commit/91d8fe76e71a11cbf1027283400f9b33a15b23ec.