unit testing - Specifying *stack-trace-depth* in Clojure tests -
what correct way set value of *stack-trace-depth*
in clojure tests?
bind around call run-tests
or run-all-tests
.
for example:
(binding [*stack-trace-depth* 5] (run-all-tests))
what correct way set value of *stack-trace-depth*
in clojure tests?
bind around call run-tests
or run-all-tests
.
for example:
(binding [*stack-trace-depth* 5] (run-all-tests))
Comments
Post a Comment