(defmacro testing-fn [fn-name & forms] `(defn! ~(with-meta (test-function-name fn-name) (test-function-metadata (resolve fn-name) forms)) "Generated test from the testing-fn macro." [] ~@(map #(rewrite-=> fn-name %) forms)))
Comments top
No comments for testing-fn. Log in to add a comment.