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

Unified Diff: tools/perf/core/telemetry_dependencies_unittest.py

Issue 1467143006: [Telemetry] Migrate find_dependencies internals to tools/perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « tools/perf/core/find_dependencies_unittest.py ('k') | tools/perf/find_dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/telemetry_dependencies_unittest.py
diff --git a/tools/telemetry/telemetry/telemetry_dependencies_unittest.py b/tools/perf/core/telemetry_dependencies_unittest.py
similarity index 95%
rename from tools/telemetry/telemetry/telemetry_dependencies_unittest.py
rename to tools/perf/core/telemetry_dependencies_unittest.py
index b61684e3ddaf1cd841184cb60cf202737e6715da..6091e4eed7599dc7edf77747f1591312758ba08f 100644
--- a/tools/telemetry/telemetry/telemetry_dependencies_unittest.py
+++ b/tools/perf/core/telemetry_dependencies_unittest.py
@@ -2,15 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# TODO(eakuefner): Remove this test once Telemetry lives in Catapult.
import json
import os
import platform
import sys
import unittest
-from telemetry.internal.util import find_dependencies
from telemetry.internal.util import path
+from core import find_dependencies
_TELEMETRY_DEPS_PATH = os.path.join(
path.GetTelemetryDir(), 'telemetry', 'TELEMETRY_DEPS')
nednguyen 2015/11/23 22:52:05 Also move TELEMETRY_DEPS to tools/perf?
aiolos (Not reviewing) 2015/11/23 22:53:25 +1
eakuefner 2015/11/23 23:29:09 Done. I moved the salient contents of the file int
« no previous file with comments | « tools/perf/core/find_dependencies_unittest.py ('k') | tools/perf/find_dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698