10000 bpo-30348: IDLE: Add test_autocomplete unittest by mlouielu · Pull Request #2209 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-30348: IDLE: Add test_autocomplete unittest #2209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 24, 2019
Merged
Prev Previous commit
Next Next commit
clean up more thoroughly
  • Loading branch information
terryjreedy committed Jun 28, 2018
commit 7e50d8daf63e108274baca5d6085ca46f211013a
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/test_autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
del cls.editor, cls.text
cls.root.update_idletasks()
cls.root.destroy()
del cls.root

Expand Down
0