Clean up, smoke tests

Removed files that shouldn't be there.

BUG=457677
R=sergiyb@chromium.org

Review URL: https://codereview.chromium.org/956363004
4 files changed
tree: ae30d36ddca292bf9d0322f100e8fc6e01937fae
  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.