Logging
Closed this issue · 2 comments
apjanke commented
For the higher-level __run_test_suite2__
and testify.test_pkgs
, we need logging support.
Both the detailed block-level test results and the higher-level summary results should be captured.
Need log file fid hookups for the low-level logging. Might need some hacky diary
support for the high-level logging.
apjanke commented
Started work on this in cf4bdf8, clearing up and simplifying how the low-level/detail logging works.
apjanke commented
I hacked it in using diary
. Now it's logging both the high-level and low-level results to files under ~/octave/testify
.