On Apr 29, 10:29 am, smichr <[email protected]> wrote: > Right now I am getting 3 Xpassing tests. Something that might be nice > to include after the test is a little "flare" that would indicate > where the test is more precisely than in a given file, like > > @XFAIL > def test_fail1(): > assert foo is True > print 'fail1 passed' > > If I've understood correctly, that 'fail1 passed' won't be printed > unless the assertion passes. But then on different systems, tests that > are not universally pasing will clutter up the output. Is there any > other way to have the test identify itself?
The test runner needs to be improved to do this. I think two ODE tests are passing since a fix to heurisch() in polys12. Vinzent -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
