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

Unified Diff: tools/telemetry/telemetry/core/util.py

Issue 1217293007: Move unittest_data to internal/testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/internal/backends/chrome_inspector/inspector_memory_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/util.py
diff --git a/tools/telemetry/telemetry/core/util.py b/tools/telemetry/telemetry/core/util.py
index 471985c2b892b3f9fbf5400282c4cb523eef2273..1c0764ebf0d3fbef4fce0bb8c35224dab5ba63b1 100644
--- a/tools/telemetry/telemetry/core/util.py
+++ b/tools/telemetry/telemetry/core/util.py
@@ -32,7 +32,8 @@ def GetTelemetryThirdPartyDir():
def GetUnittestDataDir():
- return os.path.join(GetTelemetryDir(), 'unittest_data')
+ return os.path.join(GetTelemetryDir(),
+ 'telemetry', 'internal', 'testing')
def GetChromiumSrcDir():
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698