chickadee » srfi-64 » test-end

test-end #!optional suite-nameprocedure

A test-end leaves the current test group. An error is reported if the suite-name does not match the current test group name.

Additionally, if the matching test-begin installed a new test-runner, then the test-end will de-install it, after reporting the accumulated test results in an implementation-defined manner.