HomeSort by relevance Sort by last modified time
    Searched refs:_optional_author_string (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 150 self.assertEqual(reporter._optional_author_string([]), "")
151 self.assertEqual(reporter._optional_author_string(["foo@bar.com"]), " (author: foo@bar.com)")
152 self.assertEqual(reporter._optional_author_string(["a@b.com", "b@b.com"]), " (authors: a@b.com and b@b.com)")
flakytestreporter.py 119 def _optional_author_string(self, author_emails): member in class:FlakyTestReporter
197 message += "%s bug %s%s\n" % (flaky_test, flake_bug_id, self._optional_author_string(author_emails))

Completed in 23 milliseconds