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

Unified Diff: tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py

Issue 15704004: [telemetry] Rename "test" folder to "unittest". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
index 352a3137e6d255617059c9148b5e646c86343c30..a2d282986fe6acdc00a7a60b45fbca47e49137ce 100644
--- a/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from telemetry.core import exceptions
-from telemetry.test import tab_test_case
+from telemetry.unittest import tab_test_case
class InspectorRuntimeTest(tab_test_case.TabTestCase):
def testRuntimeEvaluateSimple(self):

Powered by Google App Engine
This is Rietveld 408576698