Fix usage of the unittest.skip decorator.
This commit is contained in:
commit
e185341bfa
|
@ -947,7 +947,7 @@ class TreeviewTest(unittest.TestCase):
|
||||||
anchor=1)
|
anchor=1)
|
||||||
|
|
||||||
# XXX skipping for now; should be fixed to work with newer ttk
|
# XXX skipping for now; should be fixed to work with newer ttk
|
||||||
@unittest.skip
|
@unittest.skip("skipping pending resolution of Issue #10734")
|
||||||
def test_heading_callback(self):
|
def test_heading_callback(self):
|
||||||
def simulate_heading_click(x, y):
|
def simulate_heading_click(x, y):
|
||||||
support.simulate_mouse_click(self.tv, x, y)
|
support.simulate_mouse_click(self.tv, x, y)
|
||||||
|
|
Loading…
Reference in New Issue