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

Unified Diff: recipes/engine_tests/subannotations.py

Issue 2814873002: Revert of Enable strict coverage for step module (Closed)
Patch Set: Created 3 years, 8 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: recipes/engine_tests/subannotations.py
diff --git a/recipes/engine_tests/subannotations.py b/recipes/engine_tests/subannotations.py
new file mode 100644
index 0000000000000000000000000000000000000000..04519be28e903f7dfcaa8b95d1afdeb260775946
--- /dev/null
+++ b/recipes/engine_tests/subannotations.py
@@ -0,0 +1,12 @@
+# Copyright 2015 The LUCI Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0
+# that can be found in the LICENSE file.
+
+DEPS = ['step']
+
+def RunSteps(api):
+ api.step('Dont subannotate me', ['echo', '@@@BUILD_STEP@steppy@@@'])
+ api.step('Subannotate me', ['echo', '@@@BUILD_STEP@pippy@@@'], allow_subannotations=True)
+
+def GenTests(api):
+ yield api.test('basic')
« no previous file with comments | « recipe_modules/step/tests/trigger.expected/basic.json ('k') | recipes/engine_tests/subannotations.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698