Created
April 6, 2012 21:36
-
-
Save dgrnbrg/2323127 to your computer and use it in GitHub Desktop.
guzheng lein
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
(ns leiningen.guzheng | |
(:use [leiningen.compile :only [eval-in-project]]) | |
(:use guzheng.core)) | |
(defn guzheng [project & nses] | |
(eval-in-project | |
project `(do | |
(clojure.test/run-tests 'guzheng.test.core)) | |
'(require 'guzheng.core 'clojure.test))) | |
(comment(guzheng.core/run-test-instrumented | |
guzheng.core/trace-if-branches | |
['guzheng.sample] | |
'guzheng.test.core)) | |
(guzheng.core/report-missing-coverage) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment