From 428af04524591476e45f1f0e3b54473366b87aea Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Tue, 3 Sep 2024 13:42:57 +0700 Subject: python/python3-testpath: Added (Python3 version of testpath). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-testpath/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-testpath/README (limited to 'python/python3-testpath/README') 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. -- cgit v1.2.3