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

greenlight.report.junit

Utilties for generating JUnit output files based on test results.

Utilties for generating JUnit output files based on test results.
raw docstring

greenlight.runner

Entry point for running a suite of tests and generating reports from the results.

Entry point for running a suite of tests and generating reports from the
results.
raw docstring

greenlight.step

A step is a reusable chunk of test logic.

A _step_ is a reusable chunk of test logic.
raw docstring

greenlight.test

A test is a collection of steps which are run in sequence to exercise a specific usage scenario.

A _test_ is a collection of steps which are run in sequence to exercise a
specific usage scenario.
raw docstring

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

× close