tests/tools/test_application.py
changeset 1817 ff0c18be4a8b
parent 1816 724722c03db4
child 1818 925ea35edc2c
equal deleted inserted replaced
1816:724722c03db4 1817:ff0c18be4a8b
   146         ]
   146         ]
   147         return user_actions
   147         return user_actions
   148 
   148 
   149     def testStartUp(self):
   149     def testStartUp(self):
   150         """Checks whether the app starts and finishes correctly"""
   150         """Checks whether the app starts and finishes correctly"""
       
   151         sys.argv = [""]
   151         self.StartApp()
   152         self.StartApp()
   152         self.FinishApp()
   153         self.FinishApp()
   153 
   154 
   154     @ddt.data(
   155     @ddt.data(
   155         "first_steps",
   156         "first_steps",