Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2203 by [email protected]: doctest does not test IPython
interactive sessions
http://code.google.com/p/sympy/issues/detail?id=2203
In the docs (and a few places in sympy) there are IPython interactive
sessions demonstrating how sympy works. Since these are not tested by the
doctester these should be changed to >>> sessions or else the doctester
should be changed to test the IPython sessions. For example, from guide.txt
In [1]: Symbol("x") == Symbol("x")
Out[1]: True
In [2]: Dummy("x") == Dummy("x")
Out[2]: False
--
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.