Bump the version number for testing_support

BUG=
R=vadimsh@chromium.org

Review URL: https://codereview.chromium.org/1327913003 .
1 file changed
tree: f30ad94e1b1e0b90730eb5bc734d14cf4f8807c9
  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.