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

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

Issue 386423002: Allow the test bots to easily run the password manager python tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: components/test/data/password_manager/tests.py
diff --git a/components/test/data/password_manager/tests.py b/components/test/data/password_manager/tests.py
index 9a072b0af136ee5071a9adb49351da2670e46e84..bdefcaa5dcaa9592d42a94b76586f95663e1dbc1 100644
--- a/components/test/data/password_manager/tests.py
+++ b/components/test/data/password_manager/tests.py
@@ -471,9 +471,9 @@ def RunTests(chrome_path, chromedriver_path, profile_path,
Tests(environment)
if environment_tested_websites == TypeOfTestedWebsites.ALL_TESTS:
- environment.ALL_TESTS(run_prompt_tests)
+ environment.AllTests(run_prompt_tests)
elif environment_tested_websites == TypeOfTestedWebsites.DISABLED_TESTS:
- environment.DISABLED_TESTS(run_prompt_tests)
+ environment.DisabledTests(run_prompt_tests)
elif environment_tested_websites == TypeOfTestedWebsites.LIST_OF_TESTS:
environment.Test(tests, run_prompt_tests)
elif environment_tested_websites == TypeOfTestedWebsites.ENABLED_TESTS:
« no previous file with comments | « components/test/data/password_manager/run_tests.py ('k') | components/test/data/password_manager/websitetest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698