Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Tools
Tools.Testsuite

Method Tools.Testsuite.report_result()


Method report_result

void report_result(int succeeded, int failed, void|int skipped)

Description

Use this to report the number of successful, failed, and skipped tests in a script started using run_script . Can be called multiple times - the counts are accumulated.