Comment #13 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 two things to note in the previous post: 1) you are doing a test of a *py file with pdoctest.testfile which sympy's doctest does not do. If you trace the process (or put a print statement in pdoctest.testfile) you will see it never runs except when it is testing doc/src*.txt files. 2) sympy's doctest has a setup_pprint() in it that perhaps avoids the pretty printing/unicode error that you are getting when you don't use sympy's doctest. /c -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
