OLD | NEW |
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. |
OLD | NEW |