Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: testing_support/__init__.py

Issue 424223002: Add auto_stub mocking library. (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | testing_support/auto_stub.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « README.md ('k') | testing_support/auto_stub.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698