Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index 1b492e13aea9e6a50ad79f2337cccaf82a18f1ca..96966dd98527dda61ed8382106398d6a31b9af0b 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -6,6 +6,11 @@ Utilities to support writing unittests for infra-related tools. |
| Dead simple mocking framework. |
| +## Thread watcher |
| + |
| +Tracks threads started by the thread and fails if any threads are still running |
| +after the test. |
| + |
| ## Git |
| A simple ascii-art-schema-based unittest library. Sets up a real on-disk git |