diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2022-04-05 14:51:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:44 +0700 |
commit | e31088921241327b93f124612699497ec8a8eb33 (patch) | |
tree | 2b189f636a0c9ff4ffa647a0b239e59cb53a1a7b /python/python2-pyhamcrest/README | |
parent | f4984b8238b9dca75a4e07bf31d0d77f805078db (diff) |
python/python2-pyhamcrest: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pyhamcrest/README')
-rw-r--r-- | python/python2-pyhamcrest/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-pyhamcrest/README b/python/python2-pyhamcrest/README new file mode 100644 index 0000000000000..4adff124b96ca --- /dev/null +++ b/python/python2-pyhamcrest/README @@ -0,0 +1,6 @@ +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. |