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

Unified Diff: components/test/data/password_manager/__init__.py

Issue 511943002: Make the password manager python tests a module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/__init__.py
diff --git a/mojo/spy/ui/__init__.py b/components/test/data/password_manager/__init__.py
similarity index 65%
copy from mojo/spy/ui/__init__.py
copy to components/test/data/password_manager/__init__.py
index bfecdb26df6584f5627a9ec6e7da764ce16a4ce5..8773370a335e8cd3ffd9e18aea6317341c479d7e 100644
--- a/mojo/spy/ui/__init__.py
+++ b/components/test/data/password_manager/__init__.py
@@ -2,4 +2,5 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from ui import tvcm_stub
+"""A package to hold all the files for the Chrome password manager python tests.
+"""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698