OK, I put it back in in the 0.7.0 branch. As soon as I run all the tests with tox (will take a few hours), I will create 0.7.0.rc2.
Aaron Meurer On Tue, Jun 14, 2011 at 4:50 PM, Ondrej Certik <[email protected]> wrote: > On Tue, Jun 14, 2011 at 2:00 PM, Chris Smith <[email protected]> wrote: >> >> >> On Tue, Jun 14, 2011 at 3:52 PM, Aaron Meurer <[email protected]> wrote: >>> >>> This was all already fixed in the 0.7.0 branch a while ago. See my >>> second response to this thread and the commits in that branch. >>> >>> I will run all the tests again in the 0.7.0 branch with tox, and then >>> I will create an rc2, which should work in Python 2.4. >>> >>> Also, we need to resolve issue 1379. Should test() and doctest() be >>> imported with "from sympy import *"? >>> >> I never run these interactively, so I don't care too much. But it was a >> little difficult finding where they were stored when I wanted to do the >> tests. Could they be imported into a namespace, say, in utilities so >> utilities.test() would work? Or maybe testing could be a main level module >> that contains testing functions so testing.test() would work. > > I am voting to just do "sympy.test()", just like it used to be, and > just like it is for scipy and numpy. > > Ondrej > > -- > 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. > > -- 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.
