Chromium Code Reviews

Unified Diff: tools/telemetry/unittest_data/archive_files/test_simple_two_page_set.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.
Jump to:
View side-by-side diff with in-line comments
Index: tools/telemetry/unittest_data/archive_files/test_simple_two_page_set.py
diff --git a/tools/telemetry/unittest_data/archive_files/test_simple_two_page_set.py b/tools/telemetry/unittest_data/archive_files/test_simple_two_page_set.py
deleted file mode 100644
index 79e04af16e025e0f458c0a6226a0f5e5e32728fd..0000000000000000000000000000000000000000
--- a/tools/telemetry/unittest_data/archive_files/test_simple_two_page_set.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from telemetry.page.page_set import PageSet
-
-
-class TestSimpleTwoPageSet(PageSet):
- def __init__(self):
- super(TestSimpleTwoPageSet, self).__init__(
- archive_data_file='data/archive_files/test.json',
- credentials_path='data/credential',
- user_agent_type='desktop')

Powered by Google App Engine