Hi, we need to improve the quality of our doctest runner. Currently the doc/* doctests sometimes run, sometimes fail:
http://code.google.com/p/sympy/issues/detail?id=1521 see: http://buildbot.sympy.org/builders/ubuntu-amd64-py2.6/builds/1/steps/shell/logs/stdio Fabian wrote the original code and that's a good start, however it should now be greatly improved, preferably using the same doctest runner as we use for regular doctests, it should use the sreprprinter all the time, it should be possible to just run doc/* doctests, but not docstring doctests and vice versa, it should produce the same kind of output as the docstring doctest runner and also when it fails it should "return 1" to indicate to the shell that the tests failed. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en -~----------~----~----~----~------~----~------~--~---
