Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: tests/owners_unittest.py

Issue 10222020: Output a list of suggested OWNERS reviewers when needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Ready for commit Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « presubmit_canned_checks.py ('k') | tests/presubmit_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/owners_unittest.py
diff --git a/tests/owners_unittest.py b/tests/owners_unittest.py
index 22629418bbe1b6bbc2454dab8432e4621a809663..4f9db7f240405d108fbc8731018e875f01fe1085 100755
--- a/tests/owners_unittest.py
+++ b/tests/owners_unittest.py
@@ -136,10 +136,10 @@ class OwnersDatabaseTest(unittest.TestCase):
def test_reviewers_for__basic_functionality(self):
self.assert_reviewers_for(['chrome/gpu/gpu_channel.h'],
- [ken, ben, brett, owners.EVERYONE])
+ [brett])
def test_reviewers_for__set_noparent_works(self):
- self.assert_reviewers_for(['content/content.gyp'], [john, darin])
+ self.assert_reviewers_for(['content/content.gyp'], [darin])
def test_reviewers_for__valid_inputs(self):
db = self.db()
« no previous file with comments | « presubmit_canned_checks.py ('k') | tests/presubmit_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698