Searched refs:is_warning (Results 1 – 3 of 3) sorted by relevance
48 self.assertFalse(result.is_warning())53 self.assertFalse(result.is_warning())65 self.assertFalse(result.is_warning())71 self.assertFalse(result.is_warning())77 self.assertTrue(result.is_warning())
56 def is_warning(self): member in HookResult75 def is_warning(self): member in HookCommandResult
225 if result or result.is_warning():231 if result.is_warning():