diff options
Diffstat (limited to 'python/testpath/README')
-rw-r--r-- | python/testpath/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/testpath/README b/python/testpath/README new file mode 100644 index 0000000000..b69bea0585 --- /dev/null +++ b/python/testpath/README @@ -0,0 +1,5 @@ +Testpath is a collection of utilities for Python code working with files and +commands. + +It contains functions to check things on the filesystem, and tools for mocking +system commands and recording calls to those. |