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

Unified Diff: recipes/engine_tests/depend_on/need_return_schema.expected/basic.json

Issue 1421843006: Add simple depends_on API. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Remove old expectation, move tests to their own folder. 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: recipes/engine_tests/depend_on/need_return_schema.expected/basic.json
diff --git a/recipes/engine_tests/depend_on/need_return_schema.expected/basic.json b/recipes/engine_tests/depend_on/need_return_schema.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..78bd913359c589d1db8fc1890199896f0ce817b6
--- /dev/null
+++ b/recipes/engine_tests/depend_on/need_return_schema.expected/basic.json
@@ -0,0 +1,7 @@
+[
+ {
+ "name": "$result",
+ "reason": "Uncaught Exception: ValueError('Invalid recipe engine_tests/depend_on/need_return_schema_helper. Recipe must have a return schema.',)",
+ "status_code": -1
+ }
+]
« no previous file with comments | « recipes/engine_tests/depend_on/need_return_schema.py ('k') | recipes/engine_tests/depend_on/need_return_schema_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698