Comment #10 on issue 1752 by asmeurer: setup.py test should run the doctests even when the regular tests fail
http://code.google.com/p/sympy/issues/detail?id=1752

It should be fixable. The test runner is catching the KeyboardInterrupt, because it likes to catch exceptions (to report them), but that is wrong.

But note that tox, for example, is able to catch a KeyboardInterrupt at any point and stop everything. We should be able to do the same.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to