ClojureDocs

Nav

Namespaces

use-fixtures

clojure.test

Available since 1.1
    Wrap test runs in a fixture function to perform setup and
    teardown. Using a fixture-type of :each wraps every test
    individually, while :once wraps the whole run in a single function.