cpython/Lib/tkinter/test/test_tkinter
Miss Islington (bot) 15cd7a7f9e
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081)
Since v8.6.11, a few configuration options seem to accept an empty value
where they did not previously; particularly the `type` of a `Menu`
widget, and the `compound` of any ttk widget with a label.  Providing an
explicit expected error message to `checkEnumParam` bypasses the check
of an empty value, which no longer raises `TclError`.
(cherry picked from commit 4fe454c6f5)

Co-authored-by: Zachary Ware <zach@python.org>
2021-10-20 15:50:31 +02:00
..
__init__.py
test_colorchooser.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_font.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_geometry_managers.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:33:51 +02:00
test_images.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_loadtk.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_misc.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_simpledialog.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_text.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_variables.py [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) 2021-10-13 19:08:44 +02:00
test_widgets.py bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081) 2021-10-20 15:50:31 +02:00