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.
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
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close