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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py

Issue 337603005: Rename telemetry.test.Test to telemetry.benchmark.Benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/platform/profiler/android_systrace_profiler_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py
index 6b84a219be9170667bc78f409847508704749668..a17b650990d9f7245f4451a1b0a452a1ddf70d22 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py
@@ -6,13 +6,13 @@ import shutil
import tempfile
import zipfile
-from telemetry import test
+from telemetry import benchmark
from telemetry.core.platform.profiler import android_systrace_profiler
from telemetry.unittest import tab_test_case
class TestAndroidSystraceProfiler(tab_test_case.TabTestCase):
- @test.Enabled('android')
+ @benchmark.Enabled('android')
def testSystraceProfiler(self):
try:
out_dir = tempfile.mkdtemp()

Powered by Google App Engine
This is Rietveld 408576698