What is the correct way to set *stack-trace-depth* value in Clojure tests?
*stack-trace-depth*
Bind it to a run-tests or run-all-tests call.
run-tests
run-all-tests
For instance:
(binding [*stack-trace-depth* 5] (run-all-tests))