Liking cljdoc? Tell your friends :D

greenlight.report

Code for generating human-readable reports from test results. Each reporter takes a collection of test results as input and should produce some output, depending on the report type.

Code for generating human-readable reports from test results. Each reporter
takes a collection of test results as input and should produce some output,
depending on the report type.
raw docstring

handle-test-eventclj

(handle-test-event options event)

Print out a test report event.

Print out a test report event.
sourceraw docstring

(print-console-results results options)

Render a set of test results out to the console.

Render a set of test results out to the console.
sourceraw docstring

write-html-resultsclj

(write-html-results report-path results options)

Render a set of test results to a human-friendly HTML file.

Render a set of test results to a human-friendly HTML file.
sourceraw docstring

write-junit-resultsclj

(write-junit-results report-path results options)

Render a set of test results to a JUnit XML file.

Render a set of test results to a JUnit XML file.
sourceraw docstring

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

× close