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 detail log display to use a BistBlock.disp output #58

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

The detailed logging outputs the contents of the test block's code and a little type information. Refactor this to have BistBlock expose a disp or other method that displays the block info, and use that for logging instead, so debugging inspection and log output are consistent.

apjanke commented 5 years ago

Done in https://github.com/apjanke/octave-testify/commit/fb143410cc7d1cff6bef42a24e67f3277502fcf3.