check-set-mode!

[procedure] check-set-mode! mode

SRFI-78: sets the current mode to mode, which must be a symbol in '(off summary report-failed report), default is 'report. Note that you can change the mode at any time, and that check, check-ec and check-report use the current value.

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.