summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_tkinter/test_widgets.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-21 17:23:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-21 17:23:19 (GMT)
commit0b1386d9221f6e75a751e189c5d578c9c2fb1923 (patch)
tree291361f5aa3de86ef9874e75b796eecb046d8a50 /Lib/tkinter/test/test_tkinter/test_widgets.py
parentd9a018222f4a885ca3eeee41a77103f5462e3813 (diff)
downloadcpython-0b1386d9221f6e75a751e189c5d578c9c2fb1923.zip
cpython-0b1386d9221f6e75a751e189c5d578c9c2fb1923.tar.gz
cpython-0b1386d9221f6e75a751e189c5d578c9c2fb1923.tar.bz2
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Diffstat (limited to 'Lib/tkinter/test/test_tkinter/test_widgets.py')
-rw-r--r--Lib/tkinter/test/test_tkinter/test_widgets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/tkinter/test/test_tkinter/test_widgets.py b/Lib/tkinter/test/test_tkinter/test_widgets.py
index ed4914f..d732126 100644
--- a/Lib/tkinter/test/test_tkinter/test_widgets.py
+++ b/Lib/tkinter/test/test_tkinter/test_widgets.py
@@ -7,7 +7,8 @@ from tkinter.test.support import (tcl_version, requires_tcl,
get_tk_patchlevel, widget_eq)
from tkinter.test.widget_tests import (
add_standard_options, noconv, pixels_round,
- AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests)
+ AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
+ setUpModule)
requires('gui')