diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-24 20:35:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:01 +0700 |
commit | 28c8ec819c5c269990a9421cf9e36ff68f3ed2c6 (patch) | |
tree | 1d04532815f5e0f46d5e01913042a80d998772d5 /python/testpath/README | |
parent | 36a8b3db41ba562bd36328af932ae19ec4b878f1 (diff) |
python/testpath: Added (Test utilities for files and commands).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 000000000000..b69bea05853c --- /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. |