aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pyhamcrest/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-07-04 14:18:18 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-06 11:23:34 +0700
commit19ee9a4e5d1baa674f015dcd73504cad853f6ca0 (patch)
tree505c21aee53c89dc1976806f9c7afa0a3183dc05 /python/python2-pyhamcrest/README
parent13b9c273f6e63168a241ff970aa125fca4515976 (diff)
python/python2-pyhamcrest: Removed: obsolete, outdated, unmaintained, not working, or not needed anymore.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pyhamcrest/README')
-rw-r--r--python/python2-pyhamcrest/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python2-pyhamcrest/README b/python/python2-pyhamcrest/README
deleted file mode 100644
index 4adff124b9..0000000000
--- a/python/python2-pyhamcrest/README
+++ /dev/null
@@ -1,6 +0,0 @@
-PyHamcrest is a framework for writing matcher objects,
-allowing you to declaratively define “match” rules.
-There are a number of situations where matchers are
-invaluable, such as UI validation, or data filtering,
-but it is in the area of writing flexible tests that
-matchers are most commonly used.