summaryrefslogtreecommitdiffstats
path: root/python/python2-pyhamcrest/README
blob: 4adff124b96ca922e2b73dbef648f8062f2bd59d (plain)
1
2
3
4
5
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.