commit | 26ba50eb582e88514ee075a36ff26ca5e4cbf992 | [log] [tgz] |
---|---|---|
author | Robert Iannucci <iannucci@chromium.org> | Sun Aug 17 08:47:12 2014 |
committer | Robert Iannucci <iannucci@chromium.org> | Sun Aug 17 08:47:12 2014 |
tree | e6c47233d69a0220a33cf1593bf8883b9f9de2d7 | |
parent | 0ffa4a6eea5585ea0ca760a2e268dfbff167eba7 [diff] |
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.