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