Skip to content

Instantly share code, notes, and snippets.

@al3xandr3
Created May 15, 2009 10:04
Show Gist options
  • Save al3xandr3/112157 to your computer and use it in GitHub Desktop.
Save al3xandr3/112157 to your computer and use it in GitHub Desktop.
(defmethod report :summary [m]
(with-test-out
(println "\nRan" (:test m) "tests containing"
(+ (:pass m) (:fail m) (:error m)) "assertions.")
(println (:fail m) "failures," (:error m) "errors.")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment