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