Searched refs:bugzilla_email (Results 1 – 7 of 7) sorted by relevance
50 reviewer_emails = [reviewer.bugzilla_email() for reviewer in reviewers]
52 …self.assertEqual(committer_list.committer_by_email('two@rad.com').bugzilla_email(), 'two@test.com')
43 def bugzilla_email(self): member in Committer
320 cc_list = sorted([party.bugzilla_email()322 if party.bugzilla_email()])
157 self._tool.bugs.reassign_bug(bug_id, committer.bugzilla_email(), reassign_message)
52 …return set([commit_info.author().bugzilla_email() for commit_info in commit_infos if commit_info.a…
21183 - Add bugzilla_email() accessor.21185 - Test our assumption that bugzilla_email is the first email.