Skip to content

Instantly share code, notes, and snippets.

@stuarthalloway
Created June 8, 2010 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stuarthalloway/430231 to your computer and use it in GitHub Desktop.
Save stuarthalloway/430231 to your computer and use it in GitHub Desktop.
(do
(use 'clojure.test)
(defn re-test [ns]
(remove-ns ns)
(require :reload-all ns)
(run-tests ns)))
;; pick a namespace
(re-test 'clojure.test-clojure.other-functions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment