Comment #3 on issue 1328 by asmeurer: improvements to our bin/test framework
http://code.google.com/p/sympy/issues/detail?id=1328

Parallel tests might be nice, though actually I don't think we really need them. It's better to just run multiple tests from different Pythons at once. It would be cool if tox could do this, though I suppose that is an issue for them upstream.

  * Not sure what this refers to; doctests run fine under IPython now.

I think it means making doctests like

In [8]: solve(x**2 - 1, x)
Out[8]: [1, -1]

work the same as

solve(x**2 - 1, x)
[1, -1]

But I am actually -1 to this.

I am also very -1 to stopping at the first failure.

So in other words, I agree with your assessment.

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