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

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

Issue 1044543002: Lint bisect-related modules; obey pylint. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 5 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
OLDNEW
1 from slave import recipe_test_api 1 from slave import recipe_test_api
2 2
3
3 class BisectTesterTestApi(recipe_test_api.RecipeTestApi): 4 class BisectTesterTestApi(recipe_test_api.RecipeTestApi):
4 @recipe_test_api.mod_test_data 5 @recipe_test_api.mod_test_data
5 @staticmethod 6 @staticmethod
6 def tempfile(tempfile): 7 def tempfile(tempfile):
7 return tempfile 8 return tempfile
8 9
9 def __call__(self, tempfile): 10 def __call__(self, tempfile):
10 return self.tempfile(tempfile) 11 return self.tempfile(tempfile)
11
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/bisect_tester/perf_test.py ('k') | scripts/slave/recipe_modules/math_utils/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698