Make git unittest_helpers only use setUp/tearDown.

This allows test cases based on unittest_helpers to run in parallel when
executed under expect_tests. This change shaves 4s off ./test.py in
infra currently (down from 15s) on my MacBook Pro (2.2 GHz i7, Late 2011).

R=vadimsh@chromium.org, agable@chromium.org
BUG=

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