ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

use-fixtures

clojure.test

Available since 1.1 (source)
    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.