Liking cljdoc? Tell your friends :D

spartan.test

A light test framework compatible with babashka.

A light test framework compatible with babashka.
raw docstring

-mainclj

(-main & args)

deftestcljmacro

(deftest symbol & body)

iscljmacro

(is form)
(is form msg)

run-testsclj

(run-tests)
(run-tests & namespaces)

Runs all tests in the given namespaces; prints results. Defaults to current namespace if none given. Returns a map summarizing test results.

Runs all tests in the given namespaces; prints results.
Defaults to current namespace if none given.  Returns a map
summarizing test results.
raw docstring

testingcljmacro

(testing string & body)

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

× close