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

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: Moved field_composer_test with its buddies Created 5 years, 6 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
« no previous file with comments | « scripts/slave/recipe_modules/tryserver/api.py ('k') | scripts/slave/recipe_modules/url/api.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 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
« no previous file with comments | « scripts/slave/recipe_modules/tryserver/api.py ('k') | scripts/slave/recipe_modules/url/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698