That's fine. Raising an exception is the correct way to indicate a test has failed. There are other tests too where the stacktrace isn't actually useful (like the code quality tests).
Aaron Meurer On Sat, Oct 26, 2013 at 1:15 PM, Joachim Durchholz <[email protected]> wrote: > Am 26.10.2013 21:01, schrieb Aaron Meurer: > >> Is there a reason you don't just write it as a normal test? > > > I am trying to write it as a normal test. > However, the only way to communicate back problems seems to be throwing an > exception, which means I get the stack trace which would be superfluous in > this case. > > > -- > 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.
