Remove deprecated unittest_helper classes.

TBR=vadimsh@chromium.org
BUG=

Review URL: https://codereview.chromium.org/484523002
2 files changed
tree: 6b2851b4879075d465ffc82bcd5b47efbf8bcd6d
  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.