Commit e30fc9be authored by dvadym's avatar dvadym Committed by Commit bot

Refactoring and parralelizing Python password manager tests.

1.Parallelizing run of tests
2.All options were moved from command line args to config
3.Introducing possibility to avoid writing to sheet

BUG=435249

Review URL: https://codereview.chromium.org/903763003

Cr-Commit-Position: refs/heads/master@{#315053}
parent cb3d31dc
......@@ -87,10 +87,7 @@ class Environment:
try:
shutil.rmtree(profile_path)
except Exception, e:
# The tests execution can continue, but this make them less stable.
logging.error("Error: Could not wipe the chrome profile directory (%s). \
This affects the stability of the tests. Continuing to run tests."
% e)
pass
# If |chrome_path| is not defined, this means that we are in the dashboard
# website, and we just need to get the list of all websites. In this case,
# we don't need to initilize the webdriver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment