Update sdk/platform-tools to version 26.0.0.
[android_tools.git] / sdk / platform-tools / systrace / catapult / telemetry / telemetry / internal / backends / chrome / cros_browser_finder_unittest.py
blobd4678194266e2c84822dcb069f83cc6afa56122e
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # TODO(nduca): Add basic unit test for cros_browser_finder.
7 # Here, we should mock the cros_interface module (assuming its working) and
8 # verify that the finder does the right thing. Because the finder delegates most
9 # of its work to the CRI, the test code here is going to be comparatively
10 # simple.