Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium

New issue 2126 by smichr: fix doctest or quality testing to recognize doctests
http://code.google.com/p/sympy/issues/detail?id=2126

In recent work it was found that tests that appeared as

    A comment and then the example:
        >>> print 1
        2
    And some more text.

caused ALL docstring tests in that function to be skipped. If a blank line was added before "And some more text." then all tests were tested.

This could be handled as either a doctest test of formatting or in making sure that the doctester parses out doctests that can clearly be disambiguated from the surrounding text.


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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