function | since v0.0-2496 | ![]() | Edit |
(test-vars vars)
Groups vars by their namespace and runs test-var on them with appropriate fixtures assuming they are present in the current testing environment.
(defn test-vars
[vars]
(run-block (concat (test-vars-block vars)
[(fn []
(report {:type :end-test-vars :vars vars}))])))