Liking cljdoc? Tell your friends :D

formatting-stack.processors.test-runner

A test runner meant to be integrated with VCSs. JVM-only, and only clojure.test is targeted.

This test runner gathers Clojure ns's out of filenames, derives even more testing ns's out of them (via naming variations, project-wide :require analysis, and metadata analysis), and invokes #'clojure.test/run-tests out of that result.

A test runner meant to be integrated with VCSs. JVM-only, and only `clojure.test` is targeted.

This test runner gathers Clojure ns's out of filenames, derives _even more_ testing ns's out of them
(via naming variations, project-wide `:require` analysis, and metadata analysis),
and invokes `#'clojure.test/run-tests` out of that result.
raw docstring

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

× close