Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: README.md

Issue 2067533002: Check for stray threads from tests and fail if found (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support.git@master
Patch Set: Addressed comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing_support/auto_stub.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | testing_support/auto_stub.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698