[blinkpy] Fix virtual tests discovery on Windows
On Windows, when a partial path to a virtual suite (or tests) is given, the runner may fail to find all the tests because it adds an OS-dependent path separator ('\' on Windows) instead of TEST_SEPARATOR (always '/') to the given path. Also fixes some code-health issues (unused imports & pylint warnings). Bug: 880609 Change-Id: I2f5ba3f0864c164432d7b81379c1b81719ec7b79 Reviewed-on: https://chromium-review.googlesource.com/c/1437708 Auto-Submit: Robert Ma <robertma@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#626408}
Showing
Please register or sign in to comment