mirror of
https://github.com/python/cpython.git
synced 2026-04-13 15:20:52 +00:00
Destroy the turtle window after its doctests finish (GH-125294)
This commit is contained in:
parent
ef41f73611
commit
f1446d3922
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
import os
|
||||
os.remove("my_drawing.ps")
|
||||
# Destroy the turtle window after tests are complete
|
||||
# Imported via star import in testsetup
|
||||
bye()
|
||||
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue