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.
sourceraw 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
sourceraw 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.
sourceraw docstring

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

× close