summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_turtle.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
| | | | Original patch by Jelle Zijlstra.
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.