| Index: tools/telemetry/unittest_data/system_stub_test_module.py
|
| diff --git a/third_party/mojo/src/mojo/public/python/mojo_application/__init__.py b/tools/telemetry/unittest_data/system_stub_test_module.py
|
| similarity index 61%
|
| copy from third_party/mojo/src/mojo/public/python/mojo_application/__init__.py
|
| copy to tools/telemetry/unittest_data/system_stub_test_module.py
|
| index 50b23dff631dbfd12f490f20fe2a2871179b73b9..97e3ef35fa138d5d56bb5766dd890fe806ff8af4 100644
|
| --- a/third_party/mojo/src/mojo/public/python/mojo_application/__init__.py
|
| +++ b/tools/telemetry/unittest_data/system_stub_test_module.py
|
| @@ -1,3 +1,7 @@
|
| # Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +class SystemStubTest(object):
|
| + @staticmethod
|
| + def TestOpen(file_path):
|
| + return open(file_path)
|
|
|