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