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

Unified Diff: components/test/data/password_manager/automated_tests/run_tests.py

Issue 1142803002: [Password manager tests automation] Log test cases which will be run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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/automated_tests/run_tests.py
diff --git a/components/test/data/password_manager/automated_tests/run_tests.py b/components/test/data/password_manager/automated_tests/run_tests.py
index ef114daea6257b44ef45d3521f35831153066083..7a054a5444b1a1a15785f441577243456f65c379 100644
--- a/components/test/data/password_manager/automated_tests/run_tests.py
+++ b/components/test/data/password_manager/automated_tests/run_tests.py
@@ -156,6 +156,9 @@ def RunTests(config_path):
logger = logging.getLogger("run_tests")
logger.log(SCRIPT_DEBUG, "%d tests to run: %s", len(config.tests_to_run),
config.tests_to_run)
+ logger.log(SCRIPT_DEBUG, "%d test cases to run: %s",
+ len(config.test_cases_to_run),
+ config.test_cases_to_run)
data = [(website, test_case, config)
for website in config.tests_to_run
for test_case in config.test_cases_to_run]
« 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