From b624d75b18b6644adb1e783e1032cbf74da409e7 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 1 Jul 2015 16:11:59 +1200 Subject: Update documentation --- apidocs/testtools.assertions.html | 90 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 apidocs/testtools.assertions.html (limited to 'apidocs/testtools.assertions.html') diff --git a/apidocs/testtools.assertions.html b/apidocs/testtools.assertions.html new file mode 100644 index 0000000..e74a33c --- /dev/null +++ b/apidocs/testtools.assertions.html @@ -0,0 +1,90 @@ + + + + + testtools.assertions : API documentation + + + + + + + + + +
+ + + +
+ +
+ +
+
No module docstring
+
+ +
+ + + + + + + + +
Functionassert_thatAssert 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. +
+ +
+ + \ No newline at end of file -- cgit v1.2.1