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

Unified Diff: build/android/pylib/results/flakiness_dashboard/json_results_generator_unittest.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix appurify_sanitized import-errors Created 5 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 side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/results/flakiness_dashboard/json_results_generator_unittest.py
diff --git a/build/android/pylib/utils/json_results_generator_unittest.py b/build/android/pylib/results/flakiness_dashboard/json_results_generator_unittest.py
similarity index 99%
rename from build/android/pylib/utils/json_results_generator_unittest.py
rename to build/android/pylib/results/flakiness_dashboard/json_results_generator_unittest.py
index 41ab77b81f7d43fbb97378c3a8d43ec4cbe9a254..d6aee057bfb08d4efc14355920e2bdee89e39159 100644
--- a/build/android/pylib/utils/json_results_generator_unittest.py
+++ b/build/android/pylib/results/flakiness_dashboard/json_results_generator_unittest.py
@@ -10,7 +10,7 @@
import unittest
import json
-from pylib.utils import json_results_generator
+from pylib.results.flakiness_dashboard import json_results_generator
class JSONGeneratorTest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698