(defn test-namespaces-for-changed-source-namespaces [] (for [src-ns (find-recent-namespaces-in-dir (config/src-dir)) :let [test-ns (source-ns->test-ns src-ns)] :when (try-ns test-ns)] test-ns))
Comments top
No comments for test-namespaces-for-changed-source-namespaces. Log in to add a comment.