sarkit.verification.CphdConsistency.print_result

CphdConsistency.print_result(*, include_passed_asserts=True, color=None, include_passed_checks=False, width=120, skip_detail=False, fail_detail=False, pass_detail=False)

Print results to stdout.

Parameters:
include_passed_assertsbool

Print asserts which passed

colorbool, optional

Colorize the output. If None, checks for presence of NO_COLOR environment variable and when absent colorizes if stdout is tty(-like).

include_passed_checksbool

Print checks which passed

widthint

Output up to width columns

skip_detailbool

Include details of skips

fail_detailbool

Include details of failures

pass_detailbool

Include details of passes