testtools.assertions
module documentationtesttools
Function | assert_that | Assert that matchee is matched by matcher. |
Assert that matchee is matched by matcher.
This should only be used when you need to use a function based matcher, assertThat in Testtools.Testcase is prefered and has more features
Parameters | matchee | An object to match with matcher. |
matcher | An object meeting the testtools.Matcher protocol. | |
Raises | MismatchError | When matcher does not match thing. |