Bump version to 0.1.8.

R=akuegel@chromium.org, akuegel@google.com, phajdan@google.com
CC=iannucci@google.com,pgervais@google.com
BUG=

Review URL: https://codereview.chromium.org/1470883002 .
1 file changed
tree: 1a4632dad161af214909857a9f38cec287516aba
  1. testing_support/
  2. .gitignore
  3. codereview.settings
  4. LICENSE
  5. README.md
  6. 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.