R. David Murray added the comment:

A side note about tests: once a couple or three years ago I made it so that you 
could run 'make doctest' against the turtle documentation and it would work 
(displaying stuff on the screen).  There's no checking of the output, but it 
proved the examples at least executed cleanly (with the help of some 
sphinx-hidden extra code).

For whatever it is worth, they still appear to run to completion:

Document: library/turtle
------------------------
1 items passed all tests:
 313 tests in default
313 tests in 1 items.
313 passed and 0 failed.
Test passed.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to