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

Unified Diff: telemetry/examples/browser_tests/simple_browser_test.py

Issue 2700563004: [Telemetry] Migrate browser_test_runner to use typ as the test runner (Closed)
Patch Set: Created 3 years, 10 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: telemetry/examples/browser_tests/simple_browser_test.py
diff --git a/telemetry/examples/browser_tests/simple_browser_test.py b/telemetry/examples/browser_tests/simple_browser_test.py
index 572890386220f3fa15e21fd7d599675bac6fc42e..1c27838c7630001818aeae5d451d0ec19687d3de 100644
--- a/telemetry/examples/browser_tests/simple_browser_test.py
+++ b/telemetry/examples/browser_tests/simple_browser_test.py
@@ -22,8 +22,8 @@ class SimpleBrowserTest(
yield 'add_1_and_2_' + ConvertPathToTestName(path), (path, 1, 2, 3)
@classmethod
- def setUpClass(cls):
- super(cls, SimpleBrowserTest).setUpClass()
+ def SetUpProcess(cls):
+ super(cls, SimpleBrowserTest).SetUpProcess()
cls.SetBrowserOptions(cls._finder_options)
cls.StartBrowser()
cls.action_runner = cls.browser.tabs[0].action_runner
« no previous file with comments | « telemetry/examples/browser_tests/sample_unittest.py ('k') | telemetry/telemetry/testing/browser_test_context.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698