Last active
February 13, 2018 19:18
-
-
Save gonewest818/2fc6e4806ac21bf87ff7d8d93aeaa3dc to your computer and use it in GitHub Desktop.
what are all the namespaces`lein test` will run?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; from #clojurians with thanks to @noisesmith for posting | |
;; note: all namespaces must be loaded in repl | |
(->> (all-ns) | |
(mapcat ns-publics) | |
(filter (comp :test meta val))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment