mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Recorded merge of revisions 69195 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines Use a single Tcl interpreter through all these tests, this may help some failing buildbots. ........
This commit is contained in:
parent
995d4cdd62
commit
8ec5829910
4 changed files with 34 additions and 16 deletions
|
@ -10,15 +10,7 @@ requires('gui')
|
|||
class StyleTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.root = support.get_tk_root()
|
||||
self.style = ttk.Style(self.root)
|
||||
|
||||
def tearDown(self):
|
||||
# As tests have shown, these tests are likely to deliver
|
||||
# <<ThemeChanged>> events after the root is destroyed, so
|
||||
# lets let them happen now.
|
||||
self.root.update_idletasks()
|
||||
self.root.destroy()
|
||||
self.style = ttk.Style()
|
||||
|
||||
|
||||
def test_configure(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue