Exemple #1
0
 def test_system_config(self):
     try:
         self.assertNotEqual(None, Config.get_system_config())
     except IOError:
         # There is no system config
         pass
Exemple #2
0
 def test_system_config(self):
     try:
         self.assertNotEqual(None, Config.get_system_config())
     except IOError:
         # There is no system config
         pass
Exemple #3
0
 def test_system_config(self):
     try:
         assert Config.get_system_config() is not None
     except IOError:
         # There is no system config
         pass
Exemple #4
0
 def test_system_config(self):
     try:
         assert Config.get_system_config() is not None
     except IOError:
         # There is no system config
         pass