blob: 41cf974ef1f6ae95ca8b9d51cf59fb40a281e570 [file] [log] [blame]
# 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.2.0'
__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