daily pastebin goal
2%
SHARE
TWEET

Xchat testcase half finished

Noskcaj Dec 12th, 2012 32 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AutopilotTestCase.register_known_application("xchat", "xchat.desktop", "xchat")
  2.  
  3. class XchatTests(AutopilotTestCase):
  4.  
  5.     def setUp(self):
  6.         super(XchatTests, self).setUp()
  7.         self.application = self.launch_app_window('xchat')st
  8.  
  9.         #check app is loaded
  10.         self.app.set_focus()
  11.         self.assertTrue(self.app.is_focused)
  12.  
  13.     def test_user_data(self):
RAW Paste Data
Top