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

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

Issue 12278015: [Telemetry] Reorganize everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add shebangs. Created 7 years, 10 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_console_unittest.py
diff --git a/tools/telemetry/telemetry/inspector_console_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
similarity index 88%
rename from tools/telemetry/telemetry/inspector_console_unittest.py
rename to tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
index a7e14f5b0f750873674aa561536fe7d4ed319664..05ca36babe556c5678867d3cdfecc17697c02958 100644
--- a/tools/telemetry/telemetry/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
@@ -5,13 +5,13 @@ import os
import re
import StringIO
-from telemetry import tab_test_case
-from telemetry import util
+from telemetry.core import util
+from telemetry.test import tab_test_case
class TabConsoleTest(tab_test_case.TabTestCase):
def testConsoleOutputStream(self):
unittest_data_dir = os.path.join(os.path.dirname(__file__),
- '..', 'unittest_data')
+ '..', '..', '..', 'unittest_data')
self._browser.SetHTTPServerDirectory(unittest_data_dir)
stream = StringIO.StringIO()
« no previous file with comments | « tools/telemetry/telemetry/core/chrome/inspector_console.py ('k') | tools/telemetry/telemetry/core/chrome/inspector_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698