No module docstring
Function assert_that Assert that matchee is matched by matcher.
def assert_that(matchee, matcher, message='', verbose=False):

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

ParametersmatcheeAn object to match with matcher.
matcherAn object meeting the testtools.Matcher protocol.
RaisesMismatchErrorWhen matcher does not match thing.
API Documentation for testtools, generated by pydoctor at 2015-07-01 16:11:28.