from widget_tests import (
add_standard_options, noconv, noconv_meth, int_round, pixels_round,
AbstractWidgetTest, StandardOptionsTests,
- IntegerSizeTests, PixelSizeTests)
+ IntegerSizeTests, PixelSizeTests,
+ setUpModule)
requires('gui')
from support import tcl_version
from widget_tests import (add_standard_options, noconv, noconv_meth,
AbstractWidgetTest, StandardOptionsTests,
- IntegerSizeTests, PixelSizeTests)
+ IntegerSizeTests, PixelSizeTests,
+ setUpModule)
requires('gui')
setattr(cls, methodname, test)
return cls
return decorator
+
+def setUpModule():
+ import test.test_support
+ if test.test_support.verbose:
+ tcl = Tkinter.Tcl()
+ print 'patchlevel =', tcl.call('info', 'patchlevel')