We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d33bb commit bca9fdfCopy full SHA for bca9fdf
Lib/test/test_turtle.py
@@ -467,7 +467,7 @@ def test_teleport(self):
467
468
class TestRawTurtle(unittest.TestCase):
469
def test_clone(self):
470
- screen = Screen()
+ screen = turtle.Screen()
471
rawturtle = turtle.RawTurtle(screen)
472
another_turtle = rawturtle.clone()
473
self.assertEqual(another_turtle.currentLineItem, another_turtle.items[-1])
0 commit comments