예제 #1
0
 def test_is_there_config(self):
     """
     Test if there is config file
     :return:
     """
     print 'test 1 - test if there is config file in place'
     self.assertTrue(check_if_config_exists('config.ini'),
                     'Uhhh, no config file')
예제 #2
0
 def test_is_there_config(self):
     """
     Test if there is config file
     :return:
     """
     self.assertTrue(check_if_config_exists('mimi'), 'Uhhh, no config file')
예제 #3
0
 def Test_config(self):
     self.assertTrue(check_if_config_exists('config.ini'))
예제 #4
0
 def test_is_there_config(self):
     """
     Test if there is config file
     :return:
     """
     self.assertTrue(check_if_config_exists('mimi'), 'Uhhh, no config file')