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 613a899 commit 0a6899cCopy full SHA for 0a6899c
1 file changed
Lib/test/test_turtle.py
@@ -82,7 +82,8 @@ def setUp(test):
82
83
# mock mainloop in order doenst be necessary the tester close the window
84
# on mainloop() and exitonclick()
85
- turtle.TurtleScreenBase.mainloop = turtle.mainloop = lambda self: None
+ turtle.TurtleScreenBase.mainloop = lambda self: None
86
+ turtle.mainloop = lambda: None
87
88
89
def load_tests(loader, tests, ignore):
0 commit comments