def test_check_fn_none(self):
     condition = Condition('nonexistent', 'value')
     result = condition.check()
     self.assertIsNone(result)
Exemple #2
0
 def test_check_fn_none(self):
     condition = Condition("nonexistent", "value")
     result = condition.check()
     self.assertIsNone(result)