Liking cljdoc? Tell your friends :D

lazytest.runner


->suite-resultclj

(->suite-result suite config source-type)
source

dispatchclj

(dispatch m _config)
source

run-all-testsclj

(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.
sourceraw docstring

run-test-suiteclj

(run-test-suite s)
(run-test-suite s config)

Run test suite. Applies filters in config.

Run test suite. Applies filters in config.
sourceraw docstring

run-test-varclj

(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.
sourceraw docstring

run-testsclj

(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.
sourceraw docstring

run-treecljmultimethod

(run-tree m config)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close