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

Unified Diff: tests/trychange_unittest.py

Issue 517005: After much refactory, finally add significant functionalities to trychanges.py (Closed)
Patch Set: Created 11 years 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
« gclient_utils.py ('K') | « gclient_utils.py ('k') | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index 779a99bea0e0523f172fb9d3c2c6de09ce31988a..7ec5f0db8538abdad06feef6c9c5a5d2196c1831 100644
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -54,7 +54,9 @@ class SVNUnittest(TryChangeTestsBase):
"""trychange.SVN tests."""
def testMembersChanged(self):
members = [
- 'GenerateDiff', 'GetBots', 'GetFileNames', 'GetLocalRoot',
+ 'AutomagicalSettings', 'GclStyleSettings', 'GclientStyleSettings',
+ 'GetCodeReviewSetting', 'ReadRootFile',
+ 'GenerateDiff', 'GetFileNames', 'GetLocalRoot',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange.SVN, members)
@@ -75,7 +77,9 @@ class GITUnittest(TryChangeTestsBase):
"""trychange.GIT tests."""
def testMembersChanged(self):
members = [
- 'GenerateDiff', 'GetBots', 'GetFileNames', 'GetLocalRoot',
+ 'AutomagicalSettings', 'GclStyleSettings', 'GclientStyleSettings',
+ 'GetCodeReviewSetting', 'ReadRootFile',
+ 'GenerateDiff', 'GetFileNames', 'GetLocalRoot',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange.GIT, members)
« gclient_utils.py ('K') | « gclient_utils.py ('k') | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698