(defn test-namespace [file] (let [file-ns (second (read-file-ns-decl (as-file file)))] (if (.endsWith (str file-ns) "-test") file-ns (source-ns->test-ns file-ns))))
Comments top
No comments for test-namespace. Log in to add a comment.