Searched refs:add_cc_to_bug (Results 1 – 4 of 4) sorted by relevance
51 self._tool.bugs.add_cc_to_bug(state['bug_id'], reviewer_emails)
297 …OutputCapture().assert_outputs(self, bugzilla.add_cc_to_bug, [42, ["adam@example.com"]], expected_…
695 def add_cc_to_bug(self, bug_id, email_address_list): member in Bugzilla
76 self._tool.bugs.add_cc_to_bug(bug_id, self.watchers)