macro | since v0.0-2496 | ![]() | Edit |
(test-all-vars [quote ns :as form])
Calls test-vars on every var with :test metadata interned in the namespace, with fixtures.
(defmacro test-all-vars
[[quote ns :as form]]
`(run-block
(concat (test-all-vars-block ~form)
[(fn []
(report {:type :end-test-all-vars :ns ~form}))])))