diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2018-06-28 22:40:52 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-28 22:40:52 +0100 |
commit | 480febf93a0494fc8883b7d6544144cac6b4489e (patch) | |
tree | c56e696b956754db69c19477d8920a9d7b4f5dbb /python/python3-uth/README | |
parent | da921ab25ea00aea84128dceb008546a2b01b573 (diff) |
python/python3-uth: Added (Python Unit Test Helpers).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-uth/README')
-rw-r--r-- | python/python3-uth/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-uth/README b/python/python3-uth/README new file mode 100644 index 0000000000000..a707f5fd76890 --- /dev/null +++ b/python/python3-uth/README @@ -0,0 +1,2 @@ +Unit Test Helpers (uth) is a simple library for Python containing some helper +methods for unit testing. |