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

Side by Side Diff: recipe_modules/step/tests/active_result.expected/basic.json

Issue 2806363004: Enable strict coverage for step module (Closed)
Patch Set: review 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 unified diff | Download patch
« no previous file with comments | « recipe_modules/step/tests/active_result.py ('k') | recipe_modules/step/tests/defer.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [],
4 "name": "test step",
5 "~followup_annotations": [
6 "@@@STEP_TEXT@test step text@@@",
7 "@@@STEP_LOG_LINE@test_log@line 1@@@",
8 "@@@STEP_LOG_LINE@test_log@line2@@@",
9 "@@@STEP_LOG_END@test_log@@@"
10 ]
11 },
12 {
13 "name": "$result",
14 "recipe_result": null,
15 "status_code": 0
16 }
17 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/tests/active_result.py ('k') | recipe_modules/step/tests/defer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698