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

Unified Diff: tools/telemetry/telemetry/core/video_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/video_unittest.py
diff --git a/tools/telemetry/telemetry/core/video_unittest.py b/tools/telemetry/telemetry/core/video_unittest.py
index ad7f4ac71e5cb113d1adad08a787fd9562946f49..1494df72085d9d6d1f95e42bd051c355800ea6a8 100644
--- a/tools/telemetry/telemetry/core/video_unittest.py
+++ b/tools/telemetry/telemetry/core/video_unittest.py
@@ -6,7 +6,7 @@ import logging
import os
import unittest
-from telemetry import test
+from telemetry import benchmark
from telemetry.core import bitmap
from telemetry.core import util
from telemetry.core import video
@@ -29,7 +29,7 @@ class VideoTest(unittest.TestCase) :
def tearDown(self):
self._stubs.Restore()
- @test.Disabled
+ @benchmark.Disabled
def testFramesFromMp4(self):
mock_adb = MockDevice(MockAdbCommands())
backend = android_platform_backend.AndroidPlatformBackend(mock_adb, False)

Powered by Google App Engine
This is Rietveld 408576698