Home
last modified time | relevance | path

Searched refs:is_warning (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/rh/
Dresults_unittest.py48 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())
Dresults.py56 def is_warning(self): member in HookResult
75 def is_warning(self): member in HookCommandResult
/tools/repohooks/
Dpre-upload.py225 if result or result.is_warning():
231 if result.is_warning():