(monitor-project test-paths options)
(passed? test-run-result)
(previously-failing-test? test-var)
(run-selected-tests stack-depth test-paths selectors report namespaces-to-run)
(should-notify? notify-on-success result)
(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.
(tracking-failed-tests?)
(update-tracked-failing-tests tracked-tests new-tests)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |