Chromium Code Reviews
Description[Password manager Python tests] Switch to Python logging
This CL makes all output of the tests to go through the Python standard logging:
* script-level debugging messages gets logged on a custom SCRIPT_DEBUG level (9)
* logs from failed tests get logged at level DEBUG
* summary of the tests run gets logged at level INFO
This allows to remove the knowledge of how the results are passed on from the test running scripts. In particular, the Google Spreadsheet writing code has been removed. To restore that functionality, the caller of these scripts will need to implement a custom logging handler. That will happen in a separate CL, because the caller is in a separate repository.
BUG=468245
Committed: https://crrev.com/afcdc69633e6c77aaaf684fc5594582af504a379
Cr-Commit-Position: refs/heads/master@{#321338}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Expand "iff" #Patch Set 3 : Added TODO(melandory) #Messages
Total messages: 14 (4 generated)
|