Liking cljdoc? Tell your friends :D

com.mjdowney.rich-comment-tests

RCT turns rich comment forms into tests.

RCT turns rich comment forms into tests.
raw docstring

capture-clojure-test-outcljmacro

(capture-clojure-test-out & body)

Capture any string output fom clojure.test while invoking body, and isolate test state.

Capture any string output fom clojure.test while invoking `body`, and
isolate test state.
sourceraw docstring

clojure-test-reporting-active?clj

(clojure-test-reporting-active?)
source

rct-data-seqclj

(rct-data-seq rct-zloc)

Take an rct zloc and return a series of maps with information about tests to run.

Take an rct zloc and return a series of maps with information about
tests to run.
sourceraw docstring

rct-zlocsclj

(rct-zlocs source-file-root-zloc)

Given the root zloc for a source file, return a series of rct zlocs.

Given the root zloc for a source file, return a series of rct zlocs.
sourceraw docstring

require-file-for-nsclj

(require-file-for-ns ns)

Given a Namespace, attempt to find a corresponding source file, or throw an exception if this isn't possible.

Given a Namespace, attempt to find a corresponding source file, or throw an
exception if this isn't possible.
sourceraw docstring

run-file-tests!clj

(run-file-tests! file ns)

Take a file path and the namespace it corresponds to, and run tests.

Take a file path and the namespace it corresponds to, and run tests.
sourceraw docstring

run-ns-tests!clj

(run-ns-tests! ns)

Take a namespace or namespace symbol, attempt to find the corresponding source file, and run tests in the namespace.

Take a namespace or namespace symbol, attempt to find the corresponding
source file, and run tests in the namespace.
sourceraw docstring

run-tests*clj

(run-tests* zloc)

Take a rewrite-clj zipper pointed at the root of a file and run all rich comment tests.

The zipper must have be configured with {:track-position? true}.

ns and file should be bound before calling this.

Take a `rewrite-clj` zipper pointed at the root of a file and run all rich
comment tests.

The zipper must have be configured with {:track-position? true}.

*ns* and *file* should be bound before calling this.
sourceraw docstring

with-clojure-test-reportingcljmacro

(with-clojure-test-reporting & body)

Run body with clojure.test reporting, unless it is already active.

Run `body` with clojure.test reporting, unless it is already active.
sourceraw docstring

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

× close