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

Unified Diff: tools/telemetry/telemetry/core/chrome/inspector_page_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_page_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py
index 0ed7b680e501bf141c0437e054a8ea7f37651b1b..c01c330a8435994e4c84fb4f6caccedc912f4f5d 100644
--- a/tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import os
-from telemetry.test import tab_test_case
+from telemetry.unittest import tab_test_case
unittest_data_dir = os.path.join(os.path.dirname(__file__),
'..', '..', '..', 'unittest_data')

Powered by Google App Engine
This is Rietveld 408576698