Removed dependency on pytz

R=agable@chromium.org, iannucci@chromium.org

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