Searched refs:attach_date (Results 1 – 4 of 4) sorted by relevance
53 def _mock_attachment(self, is_rollout, attach_date): argument56 attachment.attach_date = lambda: attach_date62 attachment1 = self._mock_attachment(is_rollout=False, attach_date=recent_date)63 attachment2 = self._mock_attachment(is_rollout=False, attach_date=long_ago_date)64 attachment3 = self._mock_attachment(is_rollout=True, attach_date=recent_date)65 attachment4 = self._mock_attachment(is_rollout=True, attach_date=long_ago_date)
81 return cmp(a.attach_date(), b.attach_date())
75 def attach_date(self): member in Attachment
292 - Teach bugzilla how to parse attach_date for attachments.