chickadee » simple-tests » compound-test

(compound-test (name) test ...)syntax

This is the obligatory wrapper around each individual test predicate. Runs each test (usually created by define-test) in sequence and prints the results of each as well as a combined result. Exits with 0 or 1 depending on success or failure.