Created
February 4, 2015 18:02
-
-
Save x/7b2866ef4c7978dd84bc to your computer and use it in GitHub Desktop.
Run clojure tests from repl
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
(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