Is there a reason you don't just write it as a normal test? Aaron Meurer
On Sat, Oct 26, 2013 at 1:23 AM, Joachim Durchholz <[email protected]> wrote: > I'm writing a test to be called from runtests.py. > It will return a message (indicating failure) or not (indicating success). I > could write an assert, but that would dump a stack trace, which would be > useless in that case. > > Is there a way to make runtests emit just the error message without > generating a stack trace? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
