cpython/Lib/tkinter/test/test_ttk
Serhiy Storchaka 6cc2c419f6
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Instead of using wait_visibility() which waits event <VisibilityNotify> in dead loop
use update() which should proceed all queued events.
2020-11-30 10:24:07 +02:00
..
__init__.py
test_extensions.py bpo-42142: Try to fix timeouts in ttk tests (GH-23474) 2020-11-30 10:24:07 +02:00
test_functions.py bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) 2020-11-22 22:48:52 +02:00
test_style.py bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) 2020-11-22 22:48:52 +02:00
test_widgets.py bpo-42142: Try to fix timeouts in ttk tests (GH-23474) 2020-11-30 10:24:07 +02:00