Skip to main content

run-all-tests

functionv1.1

clojure.test/run-all-tests

Available in:BBCLJCLJS
(run-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.

No examples yet. Be the first to add one!