File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,14 +321,14 @@ def test_disable(self):
321321 self.plugin.disable()
322322 """
323323
324- # This was failing at AppVeyor
325- @ pytest . mark . skipif ( sys . platform == 'win32' , reason = "On Windows causes: Windows fatal exception: access violation" )
324+ # This was failing at AppVeyor @pytest.mark.skipif(sys.platform=='win32', reason="On Windows causes: Windows fatal exception: access violation")
325+
326326 def test_show (self ):
327327 # self.setup_data()
328328 # self.frame.Show()
329329 self .app .tree .select_controller_node (self .test_case )
330330 show = self .frame .Children
331- print (f"DEBUG: test_show is children={ [n .Name for n in show ]} " )
331+ # Causes error print(f"DEBUG: test_show is children={[n.Name for n in show]}")
332332 tabs = self ._grid .kweditor .GetParent ().GetName ()
333333 print (f"DEBUG: test_show Parent Name={ tabs } " )
334334 self ._grid .kweditor .SetFocus ()
You can’t perform that action at this time.
0 commit comments