Liking cljdoc? Tell your friends :D

com.jakemccrary.test-refresh


capture-reportcljmultimethod


failed-testsclj


monitor-projectclj

(monitor-project test-paths options)

passed?clj

(passed? test-run-result)

previously-failing-test?clj

(previously-failing-test? test-var)

printingclj


run-selected-testsclj

(run-selected-tests stack-depth test-paths selectors report namespaces-to-run)

should-notify?clj

(should-notify? notify-on-success result)

suppress-unselected-testsclj

(suppress-unselected-tests namespaces selectors func)

A function that figures out which vars need to be suppressed based on the given selectors, moves their :test metadata to :leiningen/skipped-test (so that clojure.test won't think they are tests), runs the given function, and then sets the metadata back. Tests marked with :test-refresh/focused metadata are given priority over other selectors.

A function that figures out which vars need to be suppressed based on
the given selectors, moves their :test metadata
to :leiningen/skipped-test (so that clojure.test won't think they
are tests), runs the given function, and then sets the metadata
back. Tests marked with :test-refresh/focused metadata are given
priority over other selectors.
raw docstring

test-runnerclj


tracking-failed-tests?clj

(tracking-failed-tests?)

update-tracked-failing-testsclj

(update-tracked-failing-tests tracked-tests new-tests)

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

× close