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

Unified Diff: scripts/slave/recipe_modules/gatekeeper/test_api.py

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 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
Index: scripts/slave/recipe_modules/gatekeeper/test_api.py
diff --git a/scripts/slave/recipe_modules/gatekeeper/test_api.py b/scripts/slave/recipe_modules/gatekeeper/test_api.py
index c181114f1a2112242c5d8873e75a11f6d5131537..a44d592eeb3d9b97a0ea5ad7f030f123cc1e580a 100644
--- a/scripts/slave/recipe_modules/gatekeeper/test_api.py
+++ b/scripts/slave/recipe_modules/gatekeeper/test_api.py
@@ -28,9 +28,3 @@ class GatekeeperTestApi(recipe_test_api.RecipeTestApi):
},
'chromium': {},
})
-
- def read_real_config(self, f):
- return self.m.json.output(json.loads(self.m.file.read_in_build(f)))
-
- def read_real_internal_config(self, f): # pragma nocover
- return self.m.json.output(json.loads(self.m.file.read_in_build_internal(f)))
« no previous file with comments | « scripts/slave/recipe_modules/file/test_api.py ('k') | scripts/slave/recipe_modules/generator_script/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698