chickadee » srfi-78 » check-set-mode!

check-set-mode! modeprocedure

Sets the current mode to mode, which must be a symbol in '(off summary report-failed report), default is report.

The mode symbols have the following meaning:

off
Do not execute any of the checks.
summary
Print only summary in check-report and nothing else.
report-failed
Report failed checks when they happen, and in summary.
report
Report every example executed.

Note that you can change the mode at any time, and that check, check-ec and check-report use the current value.