Re: Issue 1641 in sympy: doctests require newline only when run for single file

2009-12-23 Thread sympy
Comment #17 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Yes, I believe the new runtests handles these now. -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-22 Thread codesite-noreply
Comment #14 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Comment five notes a difference in behavior when running doctest with and without and argument. The reason for this is that when no argument is

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #8 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 There is a difference (apparently) between python's doctest.testfile which will extract and run tests from the specified file and this other

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #9 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 There's something history dependent...I just started a new interpreter session: PythonWin 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #11 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 p.s. to previous comment: it should be obvious by the second reference to command line that I meant interactive session. I've traced through the

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #12 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 The UnicodeEncodeError seems to be related to the pretty printer: $./bin/isympy -c python -p no import doctest as pdoctest

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-20 Thread codesite-noreply
Comment #7 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Here are perhaps some clues: doctest('sympy/simplify/simplify.py') = test process starts

Issue 1641 in sympy: doctests require newline only when run for single file

2009-09-26 Thread codesite-noreply
Comment #5 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Running doctest() gives completely different errors. For example, there is a legitimate error in guess_solve_strategy in solvers.py

Issue 1641 in sympy: doctests require newline only when run for single file

2009-09-26 Thread codesite-noreply
Comment #6 on issue 1641 by ondrej.certik: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 Any ideas how to fix it? I wonder why it doesn't work with bin/doctest and works with bin/doctest some_file -- You received this message

Issue 1641 in sympy: doctests require newline only when run for single file

2009-09-08 Thread codesite-noreply
Updates: Labels: Milestone-Release0.7.0 Comment #2 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 (No comment was entered for this change.) -- You received this message because you are listed in

Issue 1641 in sympy: doctests require newline only when run for single file

2009-09-08 Thread codesite-noreply
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Documentation New issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 $./bin/doctest sympy/core/function.py a bunch of errors relating to there

Issue 1641 in sympy: doctests require newline only when run for single file

2009-09-08 Thread codesite-noreply
Comment #3 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 There are no errors reported running Python 2.6.2 or 2.4 on windows. All tests report as passing, so there is no newline error. If I try to run the