(run-all-tests)
(run-all-tests config)
Run tests defined in all loaded namespaces. Applies filters in config.
Run tests defined in all loaded namespaces. Applies filters in config.
(run-test-suite s)
(run-test-suite s config)
Run test suite. Applies filters in config.
Run test suite. Applies filters in config.
(run-test-var v)
(run-test-var v config)
Run test var. Looks for a suite as the var's value or in :lazytest/test
metadata. Applies filters in config.
Run test var. Looks for a suite as the var's value or in `:lazytest/test` metadata. Applies filters in config.
(run-tests namespaces)
(run-tests namespaces config)
Runs tests defined in the given namespaces. Applies filters in config.
Runs tests defined in the given namespaces. Applies filters in config.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close