OLD | NEW |
---|---|
(Empty) | |
1 # Testing Support | |
2 | |
3 Utilities to support writing unittests for infra-related tools. | |
4 | |
5 ## Git | |
6 | |
7 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. | |
9 | |
10 See `testing_support.git.*` docstrings for more info. | |
OLD | NEW |