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

Unified Diff: tests/bot_update_coverage_test.py

Issue 2325513002: Reland "Delete lots of svn logic from bot_update" (Closed)
Patch Set: Comply with bot_update_coverage_test Created 4 years, 3 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 | « recipe_modules/bot_update/resources/bot_update.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/bot_update_coverage_test.py
diff --git a/tests/bot_update_coverage_test.py b/tests/bot_update_coverage_test.py
index 9a064e37fa1c735d0574b7e86ea22abdf70b74aa..add83933f8b9b3a40db226432ee5d7a62b2850ff 100755
--- a/tests/bot_update_coverage_test.py
+++ b/tests/bot_update_coverage_test.py
@@ -37,7 +37,6 @@ DEFAULT_PARAMS = {
'revision_mapping': {},
'apply_issue_email_file': None,
'apply_issue_key_file': None,
- 'buildspec': False,
'gyp_env': None,
'shallow': False,
'runhooks': False,
@@ -192,14 +191,6 @@ class BotUpdateUnittests(unittest.TestCase):
bot_update.ensure_checkout(**self.params)
return self.call.records
- def testBasicBuildspec(self):
- self.params['buildspec'] = bot_update.BUILDSPEC_TYPE(
- container='branches',
- version='1.1.1.1'
- )
- bot_update.ensure_checkout(**self.params)
- return self.call.records
-
def testBasicShallow(self):
self.params['shallow'] = True
bot_update.ensure_checkout(**self.params)
« no previous file with comments | « recipe_modules/bot_update/resources/bot_update.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698