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

Side by Side Diff: scripts/slave/recipe_modules/tryserver/test_api.py

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Copyright notices Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 from slave import recipe_test_api 1 from recipe_engine import recipe_test_api
2 2
3 class TryserverTestApi(recipe_test_api.RecipeTestApi): 3 class TryserverTestApi(recipe_test_api.RecipeTestApi):
4 def patch_content(self): 4 def patch_content(self):
5 return self.m.raw_io.output( 5 return self.m.raw_io.output(
6 'fake patch.diff content (line 1)\n' 6 'fake patch.diff content (line 1)\n'
7 'fake patch.diff content (line 2)\n') 7 'fake patch.diff content (line 2)\n')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698