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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | testing_support/auto_stub.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Testing Support 1 # Testing Support
2 2
3 Utilities to support writing unittests for infra-related tools. 3 Utilities to support writing unittests for infra-related tools.
4 4
5 ## Auto stub 5 ## Auto stub
6 6
7 Dead simple mocking framework. 7 Dead simple mocking framework.
8 8
9 ## Thread watcher
10
11 Tracks threads started by the thread and fails if any threads are still running
12 after the test.
13
9 ## Git 14 ## Git
10 15
11 A simple ascii-art-schema-based unittest library. Sets up a real on-disk git 16 A simple ascii-art-schema-based unittest library. Sets up a real on-disk git
12 repo according to a specified ascii-art representation in a class variable. 17 repo according to a specified ascii-art representation in a class variable.
13 18
14 See `testing_support.git.*` docstrings for more info. 19 See `testing_support.git.*` docstrings for more info.
OLDNEW
« 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