(defn test-description "Description of a test (:context and :name)" [var] (should (var? var)) {:context (:circumspec/context (meta var)) :name (:circumspec/name (meta var))})
Comments top
No comments for test-description. Log in to add a comment.