daily pastebin goal
3%
SHARE
TWEET

Xchat testcases

a guest Dec 10th, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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)
RAW Paste Data
Top