Liking cljdoc? Tell your friends :D

com.jakemccrary.test-refresh


-mainclj

(-main & args)
source

capture-reportcljmultimethod

source

cli-optionsclj

source

dbgcljmacro

(dbg & body)
source

failed-testsclj

source

focus-flagclj

source

focused?clj

(focused? meta)
source

helpclj

(help args)
(help args message)
source

load-configclj

(load-config files)
source

monitor-projectclj

(monitor-project test-paths options)
source

passed?clj

(passed? test-run-result)
source

previously-failing-test?clj

(previously-failing-test? test-var)
source

printingclj

source

run-in-replclj

(run-in-repl test-path & test-paths)

Helper function for running test-refresh from the repl. This ignores any project.clj or profiles.clj settings and blocks the repl. Hit ctrl-c to stop.

This is intended for running in Cursive's repl so stacktraces become clickable.

Pass in strings that are the path (relative is fine) to the directories containing your tests.

Helper function for running test-refresh from the repl. This ignores
any project.clj or profiles.clj settings and blocks the repl. Hit
ctrl-c to stop.

This is intended for running in Cursive's repl so stacktraces become
clickable.

Pass in strings that are the path (relative is fine) to the
directories containing your tests.
sourceraw docstring

run-selected-testsclj

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

should-notify?clj

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

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/focus 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/focus metadata are given
priority over other selectors.
sourceraw docstring

test-runnerclj

source

tracking-failed-tests?clj

(tracking-failed-tests?)
source

update-tracked-failing-testsclj

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

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

× close