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

Unified Diff: recipe_engine/recipe_test_api.py

Issue 1421843006: Add simple depends_on API. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Created 5 years, 1 month 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: recipe_engine/recipe_test_api.py
diff --git a/recipe_engine/recipe_test_api.py b/recipe_engine/recipe_test_api.py
index bb1da1cf0b66c6c54c7829a388d741a477ee3f9d..9131e18b0205c3c667be62dff5ce8e94238559b8 100644
--- a/recipe_engine/recipe_test_api.py
+++ b/recipe_engine/recipe_test_api.py
@@ -462,3 +462,9 @@ class RecipeTestApi(object):
ret = TestData(None)
ret.expect_exception(exc_type)
return ret
+
+ def depend_on(self, recipe, value):
+ pass
+
+ def depend_on_recipe_test(self, recipe, recipe_test):
+ pass
« no previous file with comments | « recipe_engine/recipe_api.py ('k') | recipe_engine/run.py » ('j') | recipes/top.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698