aboutsummaryrefslogtreecommitdiff
path: root/python/python3-testpath/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-09-03 13:42:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-03 14:06:00 +0700
commit428af04524591476e45f1f0e3b54473366b87aea (patch)
treea032757b7a6d5a0dc13e0db1c97c257c25a403b9 /python/python3-testpath/README
parentcf6532204b59032dbecf64eaa4e7239a81a76c74 (diff)
python/python3-testpath: Added (Python3 version of testpath).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-testpath/README')
-rw-r--r--python/python3-testpath/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-testpath/README b/python/python3-testpath/README
new file mode 100644
index 0000000000..b2cab199cf
--- /dev/null
+++ b/python/python3-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.