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
Utilities to support writing unittests for infra-related tools.
Dead simple mocking framework.
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.