clunit icon indicating copy to clipboard operation
clunit copied to clipboard

Export methods to inspect run-suite results

Open kanru opened this issue 11 years ago • 0 comments

For programmatically inspect the test result, I would like at least one method to check the run-suite is successful or not. It could use following condition:

(and (zerop failed)
     (zerop errors))

Some other methods to inspect the clunit-report object is appreciated.

kanru avatar Jan 17 '14 06:01 kanru