Updates:
        Labels: -Priority-Medium Priority-Critical

Comment #11 on issue 1379 by asmeurer: documentation tests fail when run in interactive mode
http://code.google.com/p/sympy/issues/detail?id=1379

Can we get some more opinions on this? The question is whether we should import test() and doctest() with "from sympy import *". This would make it easier to test from the prompt, because you can just do sympy.test() or sympy.doctest(), which will make it easier to test sympy after installing installing it. Right now you have to import test or doctest from sympy.utilities.runtests. Note that according to that thread, both numpy and scipy have a numpy.test() and scipy.test().

I'm starting to think that perhaps we should, but I want to see what other people think. Once we decide on this, I can make another release candidate.

--
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