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

Unified Diff: tools/telemetry/run_tests

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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/browser_credentials.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/run_tests
diff --git a/tools/telemetry/run_tests b/tools/telemetry/run_tests
index 50d20acd0444953073ae14ce26c693974c3f57e6..6b4bd535b840ecbf033304649d85a4264a3e46d2 100755
--- a/tools/telemetry/run_tests
+++ b/tools/telemetry/run_tests
@@ -5,8 +5,8 @@
import os
import sys
-from telemetry.test import gtest_testrunner
-from telemetry.test import run_tests
+from telemetry.unittest import gtest_testrunner
+from telemetry.unittest import run_tests
if __name__ == '__main__':
top_level_dir = os.path.abspath(os.path.dirname(__file__))
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/browser_credentials.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698