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 82550c4 commit 724ac4aCopy full SHA for 724ac4a
Lib/test/test_turtle.py
@@ -466,7 +466,6 @@ def test_teleport(self):
466
self.assertTrue(tpen.isdown())
467
468
469
-
470
class TestRawTurtle(unittest.TestCase):
471
def setUp(self):
472
try:
@@ -480,6 +479,7 @@ def test_clone(self):
480
479
self.assertEqual(another_turtle.currentLineItem, another_turtle.items[-1])
481
self.assertFalse(rawturtle.currentLineItem in another_turtle.items)
482
+
483
class TestTurtleScreen(unittest.TestCase):
484
def test_save_raises_if_wrong_extension(self) -> None:
485
screen = unittest.mock.Mock()
0 commit comments