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

Unified Diff: scripts/slave/unittests/recipe_simulation_test.py

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 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 | « scripts/slave/unittests/recipe_configs_test.py ('k') | scripts/slave/unittests/test_env.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/recipe_simulation_test.py
diff --git a/scripts/slave/unittests/recipe_simulation_test.py b/scripts/slave/unittests/recipe_simulation_test.py
index e989eb94481fc73bb1c8f1a05081f5f26a815531..1c98aa4950a4e6e4571e0a0837b91e60295c23b8 100755
--- a/scripts/slave/unittests/recipe_simulation_test.py
+++ b/scripts/slave/unittests/recipe_simulation_test.py
@@ -8,7 +8,7 @@
import os
# Importing for side effects on sys.path? Yes... yes we are :(
-import test_env # pylint: disable=W0611
+import test_env # pylint: disable=W0611,W0403
from common import annotator
from slave import annotated_run
@@ -16,7 +16,7 @@ from slave import recipe_config_types
from slave import recipe_loader
from slave import recipe_util
-import expect_tests
+import expect_tests # pylint: disable=W0403
def RunRecipe(test_data):
« no previous file with comments | « scripts/slave/unittests/recipe_configs_test.py ('k') | scripts/slave/unittests/test_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698