PyHamcrest

Software Screenshot:
PyHamcrest
Software Details:
Version: 1.5
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 25

Rating: nan/5 (Total Votes: 0)

Hamcrest is a Python 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 Hamcrest 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.

Requirements:

  • Python

Similar Software

ContiPerf
ContiPerf

20 Feb 15

tdaemon
tdaemon

11 May 15

multi-mechanize
multi-mechanize

15 Apr 15

searchtester
searchtester

12 May 15

Comments to PyHamcrest

Comments not found
Add Comment
Turn on images!