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

Unified Diff: recipe_modules/git/test_api.py

Issue 1644173002: Revert of depot_tools: import bot_update gclient git rietveld tryserver recipe modules (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 11 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/git/resources/git_setup.py ('k') | recipe_modules/rietveld/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git/test_api.py
diff --git a/recipe_modules/git/test_api.py b/recipe_modules/git/test_api.py
deleted file mode 100644
index 90f2e49462ff60896ee286247c7ceb49c642a8c2..0000000000000000000000000000000000000000
--- a/recipe_modules/git/test_api.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from recipe_engine import recipe_test_api
-
-class GitTestApi(recipe_test_api.RecipeTestApi):
- def count_objects_output(self, value):
- return (
- 'count: %s\n'
- 'size: %s\n'
- 'in_pack: %s\n'
- 'packs: %s\n'
- 'size-pack: %s\n'
- 'prune-packable: %s\n'
- 'garbage: %s\n'
- 'size-garbage: %s\n'
- ) % tuple([value] * 8)
« no previous file with comments | « recipe_modules/git/resources/git_setup.py ('k') | recipe_modules/rietveld/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698