test-group

[syntax] test-group suite-name decl-or-expr

SRFI-64: equivalent to:

(dynamic-wind
  (lambda () (test-begin suite-name))
  (lambda () decl-or-expr ...)
  (lambda () (test-end suite-name))))

However the entire group is skipped if it matched an active test-skip.