chickadee » test » test-group

(test-group <name> ...)syntax

You can group tests in a single lexical scope (and also establish nested groups) with the test-group macro:

 (test-group <name>
   (test ...)
   ...
 )

The name for test-group is not optional.