Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2011-01-05 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch smichr Comment #6 on issue 2126 by asmeurer: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 See the pull request. -- You received this message because you are subscribed to the

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2011-01-04 Thread sympy
Comment #5 on issue 2126 by smichr: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 Issue 2035 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-21 Thread sympy
Comment #2 on issue 2126 by smichr: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 A tweak to the regex that finds the docstring tests will allow this to work. It's easy to find the start of the test (it always starts with ) but

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-21 Thread sympy
Comment #3 on issue 2126 by smichr: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 Actually, I think that a test should be (for stylistic reasons) be terminated with space. In the tester such lines that are indented less than the

Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-20 Thread sympy
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:

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-20 Thread sympy
Updates: Labels: -Priority-Medium Priority-Critical Milestone-Release0.7.0 Comment #1 on issue 2126 by asmeurer: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 There's no reason that the doctester shouldn't be able to