Page MenuHomeFreeBSD

textproc/py-pyhamcrest: Hamcrest matchers for Python
ClosedPublic

Authored by ultima on Dec 17 2017, 8:17 AM.
Tags
None
Referenced Files
F83127535: D13520.diff
Mon, May 6, 4:54 PM
Unknown Object (File)
Thu, May 2, 9:17 AM
Unknown Object (File)
Thu, May 2, 9:13 AM
Unknown Object (File)
Thu, May 2, 9:13 AM
Unknown Object (File)
Thu, May 2, 4:23 AM
Unknown Object (File)
Fri, Apr 19, 1:57 PM
Unknown Object (File)
Mar 7 2024, 12:55 AM
Unknown Object (File)
Mar 7 2024, 12:54 AM
Subscribers

Details

Summary

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.

WWW: https://github.com/hamcrest/PyHamcrest

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Attempted to add a do-test, however could not get tests to run.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 3 2018, 7:16 AM
This revision was automatically updated to reflect the committed changes.