Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikeananev/f278a18d990d1cb16de5930bdb580c30 to your computer and use it in GitHub Desktop.
Save mikeananev/f278a18d990d1cb16de5930bdb580c30 to your computer and use it in GitHub Desktop.
Short stacktraces during the tests in Clojure
(defn short-stack [f]
(binding [clojure.test/*stack-trace-depth* 5]
(f)))
(use-fixtures :once short-stack)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment