Advertisement
Guest User

Xchat testcases

a guest
Dec 10th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1. AutopilotTestCase.register_known_application("xchat.desktop")
  2.  
  3. class XchatTests(AutopilotTestCase):
  4.  
  5.     def setUp(self):
  6.         super(XchatTests, self).setUp()
  7.         self.application = self.launch_app_window('xchat')
  8.  
  9.     #check app is loaded
  10.     self.app.set_focus()
  11.         self.assertTrue(self.app.is_focused)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement