Liking cljdoc? Tell your friends :D

lazytest.results


result-seqclj

(result-seq result)

Given a single suite result, returns a depth-first sequence of all nested child suite/test results.

Given a single suite result, returns a depth-first sequence of all
nested child suite/test results.
sourceraw docstring

summarizeclj

(summarize results)

Given a sequence of suite results, returns a map of counts with keys :total, :pass, and :fail.

Given a sequence of suite results, returns a map of counts with
keys :total, :pass, and :fail.
sourceraw docstring

summary-exit-valueclj

(summary-exit-value summary)

Given a summary map as returned by summarize, returns 0 if there are no failures and 1 if there are.

Given a summary map as returned by summarize, returns 0 if there
are no failures and 1 if there are.
sourceraw docstring

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

× close