| Index: testing_support/__init__.py
|
| diff --git a/testing_support/__init__.py b/testing_support/__init__.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9518708b74ecb97f9d8af25c6d232619fa255e12
|
| --- /dev/null
|
| +++ b/testing_support/__init__.py
|
| @@ -0,0 +1,10 @@
|
| +# 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"
|
| +__author__ = 'The Chromium Infrastructure Team'
|
| +__email__ = 'infra-dev@chromium.org'
|
| +__url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
|
|
|