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

Side by Side Diff: README.md

Issue 424223002: Add auto_stub mocking library. (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support@master
Patch Set: Created 6 years, 4 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/__init__.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
6
7 Dead simple mocking framework.
8
5 ## Git 9 ## Git
6 10
7 A simple ascii-art-schema-based unittest library. Sets up a real on-disk git 11 A simple ascii-art-schema-based unittest library. Sets up a real on-disk git
8 repo according to a specified ascii-art representation in a class variable. 12 repo according to a specified ascii-art representation in a class variable.
9 13
10 See `testing_support.git.*` docstrings for more info. 14 See `testing_support.git.*` docstrings for more info.
OLDNEW
« no previous file with comments | « no previous file | testing_support/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698