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

Unified Diff: tests/gclient_utils_test.py

Issue 180243006: Make gclient_scm.py use cache_dir (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Remove cache_locks, also more membership tests. Created 6 years, 10 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 | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index b0b74363130c6a9a721704f09ee787d1968bc8c3..11325c441ea0ccda43a57cc64a0fb84ba1036967 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -24,30 +24,6 @@ class GclientUtilBase(SuperMoxTestBase):
self.mox.StubOutWithMock(subprocess2, 'communicate')
-class GclientUtilsUnittest(GclientUtilBase):
- """General gclient_utils.py tests."""
- def testMembersChanged(self):
- members = [
- 'Annotated', 'AutoFlush', 'CheckCallAndFilter', 'CommandToStr',
- 'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
- 'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
- 'GetGClientRootAndEntries', 'GetEditor', 'GetExeSuffix',
- 'GetMacWinOrLinux', 'GitFilter', 'IsDateRevision', 'MakeDateRevision',
- 'MakeFileAutoFlush', 'MakeFileAnnotated', 'PathDifference',
- 'ParseCodereviewSettingsContent', 'NumLocalCpus', 'PrintableObject',
- 'RETRY_INITIAL_SLEEP', 'RETRY_MAX', 'RunEditor', 'GCLIENT_CHILDREN',
- 'GCLIENT_CHILDREN_LOCK', 'GClientChildren', 'SplitUrlRevision',
- 'SyntaxErrorToError', 'UpgradeToHttps', 'Wrapper', 'WorkItem',
- 'codecs', 'lockedmethod', 'logging', 'os', 'pipes', 'Queue', 're',
- 'rmtree', 'safe_makedirs', 'safe_rename', 'stat', 'subprocess',
- 'subprocess2', 'sys', 'tempfile', 'threading', 'time', 'urlparse',
-
- ]
- # If this test fails, you should add the relevant test.
- self.compareMembers(gclient_utils, members)
-
-
-
class CheckCallAndFilterTestCase(GclientUtilBase):
class ProcessIdMock(object):
def __init__(self, test_string):
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698