Le 07/01/2013 16:07, Alan Bromborsky a écrit :
I am using py.test to check my test scripts. If I introduce multiple
errors in the script "my_test.py" and run "py.test my_test.py" it always
exits at the first error. Is there a way to check for all assert errors
in the script?
How does it exit? What did you put in your script?
Try "py.test sympy/utilities" to see what to expect from a test run (you
should see 2 failures: our test suite isn't fully compatible with py.test).
--
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.