sarkit.verification.CrsdConsistency.print_result
- CrsdConsistency.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 ofNO_COLORenvironment variable and when absent colorizes if stdout is tty(-like).- include_passed_checksbool
Print checks which passed
- width
int Output up to
widthcolumns- skip_detailbool
Include details of skips
- fail_detailbool
Include details of failures
- pass_detailbool
Include details of passes