Skip to content

Instantly share code, notes, and snippets.

@gonewest818
Last active February 13, 2018 19:18
Show Gist options
  • Save gonewest818/2fc6e4806ac21bf87ff7d8d93aeaa3dc to your computer and use it in GitHub Desktop.
Save gonewest818/2fc6e4806ac21bf87ff7d8d93aeaa3dc to your computer and use it in GitHub Desktop.
what are all the namespaces`lein test` will run?
;; 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