Skip to content

Commit

Permalink
Merge pull request #40 from aleasoluciones/master
Browse files Browse the repository at this point in the history
Update README with missing matchers
  • Loading branch information
offbyone committed Oct 21, 2013
2 parents 79c8f32 + 6e5c309 commit dab9933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ PyHamcrest comes with a library of useful matchers:
* ``instance_of`` - match object type
* ``none``, ``not_none`` - match ``None``, or not ``None``
* ``same_instance`` - match same object
* ``calling, raises`` - wrap a method call and assert that it raises an exception

* Number

Expand Down Expand Up @@ -130,6 +131,7 @@ PyHamcrest comes with a library of useful matchers:
* ``has_items`` - match if all given items appear in the sequence, in any order
* ``is_in`` - match if item appears in the given sequence
* ``only_contains`` - match if sequence's items appear in given list
* ``empty`` - match if the sequence is empty

* Dictionary

Expand Down

0 comments on commit dab9933

Please sign in to comment.