ClojureDocs

导航

命名空间

run-all-tests

clojure.test

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.