ClojureDocs

Nav

Namespaces

run-all-tests

clojure.test

Available since 1.1
  • (run-all-tests)
  • (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.