(defmacro with-test-out "Runs body with *out* bound to the value of *test-out*." {:added "1.1"} [& body] `(binding [*out* *test-out*] ~@body))
Comments top
No comments for with-test-out. Log in to add a comment.