test-begin

[syntax]: test-begin suite-name [count]

SRFI-64: enters new test group named suite-name. Optional count must match number of tests executed in this group (nested group is counted as single test case). If not match, an error is signaled on test-end.