| Index: testing_support/__init__.py
|
| diff --git a/testing_support/__init__.py b/testing_support/__init__.py
|
| index 6c5a3c9dffff000a6226a29dcee3232253b5422d..423e7fab9fec74c180f159113c5d4f5ba4a45668 100644
|
| --- a/testing_support/__init__.py
|
| +++ b/testing_support/__init__.py
|
| @@ -4,9 +4,10 @@
|
|
|
| """Utilities to support writing unittests for infra-related tools."""
|
|
|
| -__version__ = "0.1.1"
|
| +__version__ = "0.1.2"
|
| __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
|
|
|