Copied files from depot_tools.

BUG=457677
R=iannucci@chromium.org

Review URL: https://codereview.chromium.org/939523004
9 files changed
tree: 78a429cf8eccd008aaac6dd679bd38d635607b64
  1. testing_support/
  2. .gitignore
  3. codereview.settings
  4. README.md
  5. setup.py
README.md

Testing Support

Utilities to support writing unittests for infra-related tools.

Auto stub

Dead simple mocking framework.

Git

A simple ascii-art-schema-based unittest library. Sets up a real on-disk git repo according to a specified ascii-art representation in a class variable.

See testing_support.git.* docstrings for more info.