commit | 3f5ce5775cceffe4fdc078205eefe2bc12f206d4 | [log] [tgz] |
---|---|---|
author | Aaron Gable <agable@chromium.org> | Fri Nov 11 22:12:20 2016 |
committer | Aaron Gable <agable@chromium.org> | Fri Nov 11 22:57:01 2016 |
tree | 13071f5f2900a8fd4cb6dab605394cd16fbc10ee | |
parent | 11e0d2b530cc7ea119c318b795e121511c3867f4 [diff] |
Make testing/testing_support upload reviews to Gerrit by default BUG=634946 Change-Id: I9414fc98b0a9b50bcbed8c28a3854bf349115485 Reviewed-on: https://chromium-review.googlesource.com/410039 Reviewed-by: Andrew Bonventre <andybons@chromium.org>
Utilities to support writing unittests for infra-related tools.
Dead simple mocking framework.
Tracks threads started by the thread and fails if any threads are still running after the test.
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.