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/slack-desc | |
parent | f4984b8238b9dca75a4e07bf31d0d77f805078db (diff) |
python/python2-pyhamcrest: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pyhamcrest/slack-desc')
-rw-r--r-- | python/python2-pyhamcrest/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-pyhamcrest/slack-desc b/python/python2-pyhamcrest/slack-desc new file mode 100644 index 000000000000..9ece5d752904 --- /dev/null +++ b/python/python2-pyhamcrest/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-pyhamcrest: python2-pyhamcrest (Hamcrest framework for matcher objects) +python2-pyhamcrest: +python2-pyhamcrest: PyHamcrest is a framework for writing matcher objects, allowing you +python2-pyhamcrest: to declaratively define "match" rules. +python2-pyhamcrest: +python2-pyhamcrest: There are a number of situations where matchers are invaluable, +python2-pyhamcrest: such as UI validation, or data filtering. +python2-pyhamcrest: But it is in the area of writing flexible tests that matchers are +python2-pyhamcrest: most commonly used. +python2-pyhamcrest: +python2-pyhamcrest: https://github.com/hamcrest/PyHamcrest |