summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_turtle.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Miss Islington (bot)2020-09-071-2/+16
| | | | | (cherry picked from commit fd4cafd4700dc03cb05fc2e5263c2666d785d6e3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes.
* 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.