by default it raises the Error, but omits the actual Traceback e.g. (from Terminal):

Traceback (most recent call last):
  File "~/Documents/test.py", line 504, in <module>
    assert result == {}
AssertionError

in Textmate/HTML Output becomes the less informative:

AssertionError:

in the bundle editor it appears buried behind:

(ruby)
TextMate::Executor.run()

any thoughts or alternatives greatly appreciated

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.