(count-tests namespaces)
(doo-all-tests)
(doo-all-tests re)
Runs all tests in all namespaces; prints results. Optional argument is a regular expression; only namespaces with names matching the regular expression (with re-matches) will be tested.
Runs all tests in all namespaces; prints results. Optional argument is a regular expression; only namespaces with names matching the regular expression (with re-matches) will be tested.
(doo-tests & namespaces)
(exit! success?)
(karma?)
(run! a)
(set-entry-point! f)
Sets the function to be run when starting the script
Sets the function to be run when starting the script
(set-exit-point! f)
Sets the fn to be called when exiting the script. It should take one bool argument: successful?
Sets the fn to be called when exiting the script. It should take one bool argument: successful?
(set-print-fn! f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close