pkgsrc/devel/py-hamcrest/PLIST
adam 43a5fd9bac py-hamcrest: added version 1.9.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.

When writing tests it is sometimes difficult to get the balance right between
overspecifying the test (and making it brittle to changes), and not specifying
enough (making the test less valuable since it continues to pass even when the
thing being tested is broken). Having a tool that allows you to pick out
precisely the aspect under test and describe the values it should have, to a
controlled level of precision, helps greatly in writing tests that are "just
right." Such tests fail when the behavior of the aspect under test deviates
from the expected behavior, yet continue to pass when minor, unrelated changes
to the behaviour are made.
2018-07-24 15:08:19 +00:00

175 lines
8.8 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2018/07/24 15:08:19 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hamcrest/__init__.py
${PYSITELIB}/hamcrest/__init__.pyc
${PYSITELIB}/hamcrest/__init__.pyo
${PYSITELIB}/hamcrest/core/__init__.py
${PYSITELIB}/hamcrest/core/__init__.pyc
${PYSITELIB}/hamcrest/core/__init__.pyo
${PYSITELIB}/hamcrest/core/assert_that.py
${PYSITELIB}/hamcrest/core/assert_that.pyc
${PYSITELIB}/hamcrest/core/assert_that.pyo
${PYSITELIB}/hamcrest/core/base_description.py
${PYSITELIB}/hamcrest/core/base_description.pyc
${PYSITELIB}/hamcrest/core/base_description.pyo
${PYSITELIB}/hamcrest/core/base_matcher.py
${PYSITELIB}/hamcrest/core/base_matcher.pyc
${PYSITELIB}/hamcrest/core/base_matcher.pyo
${PYSITELIB}/hamcrest/core/compat.py
${PYSITELIB}/hamcrest/core/compat.pyc
${PYSITELIB}/hamcrest/core/compat.pyo
${PYSITELIB}/hamcrest/core/core/__init__.py
${PYSITELIB}/hamcrest/core/core/__init__.pyc
${PYSITELIB}/hamcrest/core/core/__init__.pyo
${PYSITELIB}/hamcrest/core/core/allof.py
${PYSITELIB}/hamcrest/core/core/allof.pyc
${PYSITELIB}/hamcrest/core/core/allof.pyo
${PYSITELIB}/hamcrest/core/core/anyof.py
${PYSITELIB}/hamcrest/core/core/anyof.pyc
${PYSITELIB}/hamcrest/core/core/anyof.pyo
${PYSITELIB}/hamcrest/core/core/described_as.py
${PYSITELIB}/hamcrest/core/core/described_as.pyc
${PYSITELIB}/hamcrest/core/core/described_as.pyo
${PYSITELIB}/hamcrest/core/core/is_.py
${PYSITELIB}/hamcrest/core/core/is_.pyc
${PYSITELIB}/hamcrest/core/core/is_.pyo
${PYSITELIB}/hamcrest/core/core/isanything.py
${PYSITELIB}/hamcrest/core/core/isanything.pyc
${PYSITELIB}/hamcrest/core/core/isanything.pyo
${PYSITELIB}/hamcrest/core/core/isequal.py
${PYSITELIB}/hamcrest/core/core/isequal.pyc
${PYSITELIB}/hamcrest/core/core/isequal.pyo
${PYSITELIB}/hamcrest/core/core/isinstanceof.py
${PYSITELIB}/hamcrest/core/core/isinstanceof.pyc
${PYSITELIB}/hamcrest/core/core/isinstanceof.pyo
${PYSITELIB}/hamcrest/core/core/isnone.py
${PYSITELIB}/hamcrest/core/core/isnone.pyc
${PYSITELIB}/hamcrest/core/core/isnone.pyo
${PYSITELIB}/hamcrest/core/core/isnot.py
${PYSITELIB}/hamcrest/core/core/isnot.pyc
${PYSITELIB}/hamcrest/core/core/isnot.pyo
${PYSITELIB}/hamcrest/core/core/issame.py
${PYSITELIB}/hamcrest/core/core/issame.pyc
${PYSITELIB}/hamcrest/core/core/issame.pyo
${PYSITELIB}/hamcrest/core/core/raises.py
${PYSITELIB}/hamcrest/core/core/raises.pyc
${PYSITELIB}/hamcrest/core/core/raises.pyo
${PYSITELIB}/hamcrest/core/description.py
${PYSITELIB}/hamcrest/core/description.pyc
${PYSITELIB}/hamcrest/core/description.pyo
${PYSITELIB}/hamcrest/core/helpers/__init__.py
${PYSITELIB}/hamcrest/core/helpers/__init__.pyc
${PYSITELIB}/hamcrest/core/helpers/__init__.pyo
${PYSITELIB}/hamcrest/core/helpers/hasmethod.py
${PYSITELIB}/hamcrest/core/helpers/hasmethod.pyc
${PYSITELIB}/hamcrest/core/helpers/hasmethod.pyo
${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.py
${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.pyc
${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.pyo
${PYSITELIB}/hamcrest/core/matcher.py
${PYSITELIB}/hamcrest/core/matcher.pyc
${PYSITELIB}/hamcrest/core/matcher.pyo
${PYSITELIB}/hamcrest/core/selfdescribing.py
${PYSITELIB}/hamcrest/core/selfdescribing.pyc
${PYSITELIB}/hamcrest/core/selfdescribing.pyo
${PYSITELIB}/hamcrest/core/selfdescribingvalue.py
${PYSITELIB}/hamcrest/core/selfdescribingvalue.pyc
${PYSITELIB}/hamcrest/core/selfdescribingvalue.pyo
${PYSITELIB}/hamcrest/core/string_description.py
${PYSITELIB}/hamcrest/core/string_description.pyc
${PYSITELIB}/hamcrest/core/string_description.pyo
${PYSITELIB}/hamcrest/library/__init__.py
${PYSITELIB}/hamcrest/library/__init__.pyc
${PYSITELIB}/hamcrest/library/__init__.pyo
${PYSITELIB}/hamcrest/library/collection/__init__.py
${PYSITELIB}/hamcrest/library/collection/__init__.pyc
${PYSITELIB}/hamcrest/library/collection/__init__.pyo
${PYSITELIB}/hamcrest/library/collection/is_empty.py
${PYSITELIB}/hamcrest/library/collection/is_empty.pyc
${PYSITELIB}/hamcrest/library/collection/is_empty.pyo
${PYSITELIB}/hamcrest/library/collection/isdict_containing.py
${PYSITELIB}/hamcrest/library/collection/isdict_containing.pyc
${PYSITELIB}/hamcrest/library/collection/isdict_containing.pyo
${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.py
${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.pyc
${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.pyo
${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.py
${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.pyc
${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.pyo
${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.py
${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.pyc
${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.pyo
${PYSITELIB}/hamcrest/library/collection/isin.py
${PYSITELIB}/hamcrest/library/collection/isin.pyc
${PYSITELIB}/hamcrest/library/collection/isin.pyo
${PYSITELIB}/hamcrest/library/collection/issequence_containing.py
${PYSITELIB}/hamcrest/library/collection/issequence_containing.pyc
${PYSITELIB}/hamcrest/library/collection/issequence_containing.pyo
${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.py
${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.pyc
${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.pyo
${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.py
${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.pyc
${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.pyo
${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.py
${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.pyc
${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.pyo
${PYSITELIB}/hamcrest/library/integration/__init__.py
${PYSITELIB}/hamcrest/library/integration/__init__.pyc
${PYSITELIB}/hamcrest/library/integration/__init__.pyo
${PYSITELIB}/hamcrest/library/integration/match_equality.py
${PYSITELIB}/hamcrest/library/integration/match_equality.pyc
${PYSITELIB}/hamcrest/library/integration/match_equality.pyo
${PYSITELIB}/hamcrest/library/number/__init__.py
${PYSITELIB}/hamcrest/library/number/__init__.pyc
${PYSITELIB}/hamcrest/library/number/__init__.pyo
${PYSITELIB}/hamcrest/library/number/iscloseto.py
${PYSITELIB}/hamcrest/library/number/iscloseto.pyc
${PYSITELIB}/hamcrest/library/number/iscloseto.pyo
${PYSITELIB}/hamcrest/library/number/ordering_comparison.py
${PYSITELIB}/hamcrest/library/number/ordering_comparison.pyc
${PYSITELIB}/hamcrest/library/number/ordering_comparison.pyo
${PYSITELIB}/hamcrest/library/object/__init__.py
${PYSITELIB}/hamcrest/library/object/__init__.pyc
${PYSITELIB}/hamcrest/library/object/__init__.pyo
${PYSITELIB}/hamcrest/library/object/haslength.py
${PYSITELIB}/hamcrest/library/object/haslength.pyc
${PYSITELIB}/hamcrest/library/object/haslength.pyo
${PYSITELIB}/hamcrest/library/object/hasproperty.py
${PYSITELIB}/hamcrest/library/object/hasproperty.pyc
${PYSITELIB}/hamcrest/library/object/hasproperty.pyo
${PYSITELIB}/hamcrest/library/object/hasstring.py
${PYSITELIB}/hamcrest/library/object/hasstring.pyc
${PYSITELIB}/hamcrest/library/object/hasstring.pyo
${PYSITELIB}/hamcrest/library/text/__init__.py
${PYSITELIB}/hamcrest/library/text/__init__.pyc
${PYSITELIB}/hamcrest/library/text/__init__.pyo
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.py
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.pyc
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.pyo
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.py
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.pyc
${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.pyo
${PYSITELIB}/hamcrest/library/text/stringcontains.py
${PYSITELIB}/hamcrest/library/text/stringcontains.pyc
${PYSITELIB}/hamcrest/library/text/stringcontains.pyo
${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.py
${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.pyc
${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.pyo
${PYSITELIB}/hamcrest/library/text/stringendswith.py
${PYSITELIB}/hamcrest/library/text/stringendswith.pyc
${PYSITELIB}/hamcrest/library/text/stringendswith.pyo
${PYSITELIB}/hamcrest/library/text/stringmatches.py
${PYSITELIB}/hamcrest/library/text/stringmatches.pyc
${PYSITELIB}/hamcrest/library/text/stringmatches.pyo
${PYSITELIB}/hamcrest/library/text/stringstartswith.py
${PYSITELIB}/hamcrest/library/text/stringstartswith.pyc
${PYSITELIB}/hamcrest/library/text/stringstartswith.pyo
${PYSITELIB}/hamcrest/library/text/substringmatcher.py
${PYSITELIB}/hamcrest/library/text/substringmatcher.pyc
${PYSITELIB}/hamcrest/library/text/substringmatcher.pyo