aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pyhamcrest/README
diff options
context:
space:
mode:
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.