Beispiel #1
0
 def runTest(self):
     c = Config()
     self.assertFalse(c.HasParm("NoExist"))
Beispiel #2
0
 def runTest(self):
     c = Config()
     c.Set("Value", "X")
     self.assertTrue(c.HasParm("Value"))