Liking cljdoc? Tell your friends :D

eftest.report


*context*clj

Used by eftest.runner/run-tests to hold a mutable atom that persists for the duration of the test run. This atom can be used by reporters to hold additional statistics and information during the tests.

Used by eftest.runner/run-tests to hold a mutable atom that persists for the
duration of the test run. This atom can be used by reporters to hold
additional statistics and information during the tests.
raw docstring

*testing-path*clj

2-element vector [ns scope] where scope is either :clojure.test/once-fixtures, :clojure.test/each-fixtures or var under test

2-element vector [ns scope] where scope is either :clojure.test/once-fixtures,
:clojure.test/each-fixtures or var under test
raw docstring

combined-reporterclj

(combined-reporter [report & rst])

Combines the reporters by running first one directly, and others with clojure.test/report-counters bound to nil.

Combines the reporters by running first one directly,
and others with clojure.test/*report-counters* bound to nil.
raw docstring

report-to-fileclj

(report-to-file report output-file)

Wrap a report function so that its output is directed to a file. output-file should be something that can be coerced into a Writer.

Wrap a report function so that its output is directed to a file. output-file
should be something that can be coerced into a Writer.
raw docstring

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

× close