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)) 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -