Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).

This commit is contained in:
Serhiy Storchaka 2013-11-21 19:23:50 +02:00
commit d88c6f9b9b
3 changed files with 10 additions and 2 deletions

View file

@ -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')