| # Copyright 2014 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. | |
| """Utilities to support writing unittests for infra-related tools.""" | |
| __version__ = '0.1.9' | |
| __author__ = 'The Chromium Infrastructure Team' | |
| __email__ = 'infra-dev@chromium.org' | |
| __url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/' | |
| from testing_support import auto_stub | |
| from testing_support import git |