<div dir="ltr">In my opinion, rackunit would benefit from someone going over the text-mode output and generally cleaning things up. My two complaints are that there is duplicate information and the source locations are not formatted in a helpful way.<div>
<br></div><div>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 8, 2013 at 10:41 PM, Eric Dobson <span dir="ltr"><<a href="mailto:eric.n.dobson@gmail.com" target="_blank">eric.n.dobson@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to clean up the output of some test cases so they are<br>
easier to debug when the go wrong. One of the issues is that the<br>
rackunit text ui always wants to print the stack trace of check<br>
failures. I never find these useful since they just show frames of the<br>
test code, not the code under test.<br>
<br>
The code is here:<br>
<a href="https://github.com/plt/racket/blob/master/pkgs/rackunit-pkgs/rackunit-lib/rackunit/text-ui.rkt#L105" target="_blank">https://github.com/plt/racket/blob/master/pkgs/rackunit-pkgs/rackunit-lib/rackunit/text-ui.rkt#L105</a><br>

Added here:<br>
<a href="https://github.com/plt/racket/commit/f6b73f01e174337534ed11e7ff78d095f16d6088" target="_blank">https://github.com/plt/racket/commit/f6b73f01e174337534ed11e7ff78d095f16d6088</a><br>
<br>
It is guarded by a (when #t ...), could we change it so that is<br>
instead a (when verbose? ...)? verbose? is already affecting other<br>
parts of the output in this function.<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div>