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

Unified Diff: mojo/spy/ui/ui_unittest.py

Issue 278703002: Initial mojo spy skeleton based on tvcm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to land Created 6 years, 7 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
« mojo/spy/ui/spy_shell_to_html.py ('K') | « mojo/spy/ui/tvcm_stub.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/spy/ui/ui_unittest.py
diff --git a/tools/telemetry/telemetry/web_components/web_components_unittest.py b/mojo/spy/ui/ui_unittest.py
similarity index 72%
copy from tools/telemetry/telemetry/web_components/web_components_unittest.py
copy to mojo/spy/ui/ui_unittest.py
index a43d5db0e6a79cbc563d13189ffe1ed6c798b24e..1e1476e5cee0621295190c6e765f561803f5d9ff 100644
--- a/tools/telemetry/telemetry/web_components/web_components_unittest.py
+++ b/mojo/spy/ui/ui_unittest.py
@@ -2,14 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry.web_components import web_components_project
+from ui import spy_project
from tvcm import module_test_case
def load_tests(_, _2, _3):
- project = web_components_project.WebComponentsProject()
+ project = spy_project.SpyProject()
suite = module_test_case.DiscoverTestsInModule(
project,
- project.telemetry_path)
+ project.spy_path)
assert suite.countTestCases() > 0, 'Expected to find at least one test.'
return suite
« mojo/spy/ui/spy_shell_to_html.py ('K') | « mojo/spy/ui/tvcm_stub.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698