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

Side by Side Diff: recipe_modules/step/tests/nested.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/nested.py ('k') | recipe_modules/step/tests/stdio.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "name": "complicated thing" 4 "name": "complicated thing"
5 }, 5 },
6 { 6 {
7 "cmd": [], 7 "cmd": [],
8 "name": "complicated thing.first part", 8 "name": "complicated thing.first part",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_NEST_LEVEL@1@@@" 10 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "1" 79 "1"
80 ], 80 ],
81 "name": "simple thing" 81 "name": "simple thing"
82 }, 82 },
83 { 83 {
84 "name": "$result", 84 "name": "$result",
85 "recipe_result": null, 85 "recipe_result": null,
86 "status_code": 0 86 "status_code": 0
87 } 87 }
88 ] 88 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/tests/nested.py ('k') | recipe_modules/step/tests/stdio.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698