Home
last modified time | relevance | path

Searched refs:isBug (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments_test.py53 self.assertTrue(Comments.isBug('10 this is a bug'))
54 self.assertTrue(Comments.isBug('12345 this is a bug'))
55 self.assertFalse(Comments.isBug('this is not a bug (no id)'))
56 self.assertFalse(Comments.isBug('10000000 this is too big to be a bug'))
H A DComments.py48 def isBug(comment): function