cpython/Lib/lib-tk/test/test_ttk
Serhiy Storchaka f64ccb9acf Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
failure when the test is ran the second time.

The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
2015-11-10 15:32:54 +02:00
..
__init__.py Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
support.py Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test 2015-11-10 15:32:54 +02:00
test_extensions.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:09 +03:00
test_functions.py Issue #22226: Added private function _splitdict() in the Tkinter module. 2014-09-06 22:47:02 +03:00
test_style.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:09 +03:00
test_widgets.py Fixed full Tcl version parsing in tests for pre-final versions. 2015-04-22 08:35:53 +03:00