Package - python3-hamcrest

Package:  python3-hamcrest
apt-get install python3-hamcrest
Documentations in package:

Primary informations

Download package: http://deb.debian.org/debian/pool/bullseye-zed-backports-nochange/main/p/pyhamcrest/python3-hamcrest_2.0.2-1~bpo11+1_all.deb (Size: 29.1KiB)

PropertyValue
Packagepython3-hamcrest
Sourcepyhamcrest
Version2.0.2-1~bpo11+1
Architectureall
MaintainerDebian Python Team
Installed-Size172
Dependspython3:any
Filenamepool/bullseye-zed-backports-nochange/main/p/pyhamcrest/python3-hamcrest_2.0.2-1~bpo11+1_all.deb
Size29820
MD5sumeb9034ef7a6da739d814c0e2b151c85c
SHA1b4a47b35763be8de486270e6734462a046f16dd5
SHA2567eb34c9fb3570f020fff316d57d552791edd17b18fbb48ec7ecf7ed8279d74f4
Sectionpython
Priorityoptional
Homepagehttp://hamcrest.org/
DescriptionHamcrest framework for matcher objects (Python 3) 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. This tutorial shows you how to use PyHamcrest for unit testing. . 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. . This package provides the Python 3.x modules.
Description-md5

Files in package

  • /usr/lib/python3/dist-packages/hamcrest/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/_version.py
  • /usr/lib/python3/dist-packages/hamcrest/core/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/core/assert_that.py
  • /usr/lib/python3/dist-packages/hamcrest/core/base_description.py
  • /usr/lib/python3/dist-packages/hamcrest/core/base_matcher.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/allof.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/anyof.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/described_as.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/future.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/is_.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/isanything.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/isequal.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/isinstanceof.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/isnone.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/isnot.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/issame.py
  • /usr/lib/python3/dist-packages/hamcrest/core/core/raises.py
  • /usr/lib/python3/dist-packages/hamcrest/core/description.py
  • /usr/lib/python3/dist-packages/hamcrest/core/helpers/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/core/helpers/hasmethod.py
  • /usr/lib/python3/dist-packages/hamcrest/core/helpers/ismock.py
  • /usr/lib/python3/dist-packages/hamcrest/core/helpers/wrap_matcher.py
  • /usr/lib/python3/dist-packages/hamcrest/core/matcher.py
  • /usr/lib/python3/dist-packages/hamcrest/core/selfdescribing.py
  • /usr/lib/python3/dist-packages/hamcrest/core/selfdescribingvalue.py
  • /usr/lib/python3/dist-packages/hamcrest/core/string_description.py
  • /usr/lib/python3/dist-packages/hamcrest/library/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/is_empty.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/isdict_containing.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/isdict_containingentries.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/isdict_containingkey.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/isdict_containingvalue.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/isin.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containing.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginanyorder.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginorder.py
  • /usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_onlycontaining.py
  • /usr/lib/python3/dist-packages/hamcrest/library/integration/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/integration/match_equality.py
  • /usr/lib/python3/dist-packages/hamcrest/library/number/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/number/iscloseto.py
  • /usr/lib/python3/dist-packages/hamcrest/library/number/ordering_comparison.py
  • /usr/lib/python3/dist-packages/hamcrest/library/object/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/object/haslength.py
  • /usr/lib/python3/dist-packages/hamcrest/library/object/hasproperty.py
  • /usr/lib/python3/dist-packages/hamcrest/library/object/hasstring.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/__init__.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/isequal_ignoring_case.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/isequal_ignoring_whitespace.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/stringcontains.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/stringcontainsinorder.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/stringendswith.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/stringmatches.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/stringstartswith.py
  • /usr/lib/python3/dist-packages/hamcrest/library/text/substringmatcher.py
  • /usr/lib/python3/dist-packages/hamcrest/py.typed
  • /usr/lib/python3/dist-packages/pyhamcrest-2.1.0.dist-info/INSTALLER
  • /usr/lib/python3/dist-packages/pyhamcrest-2.1.0.dist-info/METADATA
  • /usr/lib/python3/dist-packages/pyhamcrest-2.1.0.dist-info/WHEEL
  • /usr/share/doc/python3-hamcrest/changelog.Debian.gz
  • /usr/share/doc/python3-hamcrest/changelog.gz
  • /usr/share/doc/python3-hamcrest/copyright
  • /usr/share/doc/python3-hamcrest/examples/CustomDateMatcher.py
  • /usr/share/doc/python3-hamcrest/examples/ExampleWithAssertThat.py