Liking cljdoc? Tell your friends :D

test.carly.report

Integration code for wedding generative test.check functions and clojure.test assertion macros.

Integration code for wedding generative `test.check` functions and
`clojure.test` assertion macros.
raw docstring

*options*clj

Report output options.

Report output options.
sourceraw docstring

capture-reportscljmacro

(capture-reports & body)

Capture any clojure.test reports generated by the body. Returns a vector containing the evaluated result, followed by a vector of reports.

Capture any clojure.test reports generated by the body. Returns a vector
containing the evaluated result, followed by a vector of reports.
sourceraw docstring

publish!clj

(publish! reports)

Publish a collection of reports to clojure.test.

Publish a collection of reports to clojure.test.
sourceraw docstring

wrap-report-checkclj

(wrap-report-check body)

Wrap the given sequence of forms such that it returns false if there is a failed clojure.test assertion in the body. If there are no assertions, returns the result of evaluating the body.

Wrap the given sequence of forms such that it returns false if there is a
failed clojure.test assertion in the body. If there are no assertions,
returns the result of evaluating the body.
sourceraw docstring

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

× close