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

Unified Diff: recipe_modules/python/example.py

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase 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
« no previous file with comments | « recipe_modules/python/__init__.py ('k') | recipe_modules/python/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/example.py
diff --git a/recipe_modules/python/example.py b/recipe_modules/python/example.py
index 1ae90f8bc3833b61f60179f481287ac632b6361e..4e35c8a9d9352b9d34211c8400bafb5f05adc4b0 100644
--- a/recipe_modules/python/example.py
+++ b/recipe_modules/python/example.py
@@ -28,6 +28,8 @@ def RunSteps(api):
'json.tool', api.raw_io.input('{"something":[true,true]}'),
], unbuffered=False)
+ api.python.inline('inline', 'print "Hello World!"')
+
def GenTests(api):
yield api.test('basic')
« no previous file with comments | « recipe_modules/python/__init__.py ('k') | recipe_modules/python/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698