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

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

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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
(Empty)
1 from slave import recipe_test_api
2
3 class PathTestApi(recipe_test_api.RecipeTestApi):
4 @recipe_test_api.mod_test_data
5 @staticmethod
agable 2013/09/21 02:05:31 Reverse the order of these decorators?
iannucci 2013/09/21 03:12:34 Nope, staticmethod is weird.
6 def exists(*paths):
7 return paths
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698