(defn tests ([] (tests (test-namespaces))) ([namespaces] (doseq [ns namespaces] (require ns)) (flatten (map tests-in-namespace namespaces))))
Comments top
No comments for tests. Log in to add a comment.