Description[Password manager Python tests] Remove some dead code
This CL removes:
* Unused support for logging in environment.py. The two current diagnostics messages will be replaced later if needed, after the code gets rearranged. The command-line support for log levels was not used (and not working last time I tried).
* Some unused code was removed, including WebsiteTest's SendEnterTo action.
* It simplified the way to obtain all tests names -- no longer needed to instantiate Environment.
* It removes adding ../../../../third_party/webdriver/pylib/ to sys.path -- this has not worked in most cases and was not needed (webdriver path has been added, from various sources, outside of the scripts in the framework we used).
It also removes some part of the unused ability to run all tests, which has recently been simulated by running all tests one by one outside of Python. That was to make the tests run in parallel. This is just a transitional state, and is described in the TODOs.
BUG=369521
Committed: https://crrev.com/ab29ef03762e48937e6fa28d692b59cdfcf6bc0b
Cr-Commit-Position: refs/heads/master@{#322447}
Patch Set 1 : #
Total comments: 23
Patch Set 2 : Just rebased #Patch Set 3 : Comments addressed #
Messages
Total messages: 11 (4 generated)
|