summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_turtle.py
Commit message (Expand)AuthorAgeFilesLines
* gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...Nikita Sobolev2023-09-011-0/+20
* gh-88773: Added teleport method to Turtle library (#103974)Liam Gersten2023-04-301-0/+20
* bpo-44734: Fix floating point precision in test_turtle (GH-30910)Karolina Surma2022-01-271-1/+1
* bpo-44734: Fix precision in turtle tests (GH-27343)Logan Jones2021-07-261-11/+3
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Serhiy Storchaka2020-09-071-2/+16
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-3/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-1/+3
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400