No module docstring
Function ContainsAll Make a matcher that checks whether a list of things is contained in another thing.
Class MatchesListwise Matches if each matcher matches the corresponding value.
Class MatchesStructure Matcher that matches an object structurally.
Class MatchesSetwise Matches if all the matchers match elements of the value being matched.
def ContainsAll(items):

Make a matcher that checks whether a list of things is contained in another thing.

The matcher effectively checks that the provided sequence is a subset of the matchee.

API Documentation for testtools, generated by pydoctor at 2015-07-01 16:11:28.