Esempio n. 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')
Esempio n. 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')
Esempio n. 3
0
 def Test_config(self):
     self.assertTrue(check_if_config_exists('config.ini'))
Esempio n. 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')