A light test framework compatible with babashka.
A light test framework compatible with babashka.
(-main & args)
(deftest symbol & body)
(is form)
(is form msg)
(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.
(testing string & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close