commit | f2f2a3a000e40166572142c1ad88b48bbdbe2a68 | [log] [tgz] |
---|---|---|
author | Andrii Shyshkalov <tandrii@chromium.org> | Thu Jul 07 11:34:27 2016 |
committer | Andrii Shyshkalov <tandrii@chromium.org> | Thu Jul 07 11:34:27 2016 |
tree | 5a01278743acc4b8631ead7a2dc293e9de256094 | |
parent | ab9c80db669731ff1acdbe8f2f2a36433def4ba1 [diff] |
Rewrite thread_watcher_test. R=sergiyb@chromium.org BUG= Review URL: https://codereview.chromium.org/2125133003 .
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.