(run-all-tests)
(run-all-tests {:keys [output] :as config})
Run tests defined in all namespaces.
Run tests defined in all namespaces.
(run-test-var var)
(run-test-var var {:keys [output] :as config})
Run test var.
Run test var.
(run-tests namespaces)
(run-tests namespaces {:keys [output] :as config})
Runs tests defined in the given namespaces.
Runs tests defined in the given namespaces.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close