Status: Accepted
Owner: smi...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 2203 by smi...@gmail.com: 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 sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to