Skip to content

Instantly share code, notes, and snippets.

@x
Created February 4, 2015 18:02
Show Gist options
  • Save x/7b2866ef4c7978dd84bc to your computer and use it in GitHub Desktop.
Save x/7b2866ef4c7978dd84bc to your computer and use it in GitHub Desktop.
Run clojure tests from repl
(require '[clojure.test :refer [run-tests]])
(do (require 'cb-riak.cb-riak-test :reload-all) (run-tests 'cb-riak.cb-riak-test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment