No class docstring
Method __init__ Create a DoesNotContain Mismatch.
Method describe Describe the mismatch.

Inherited from Mismatch:

Method get_details Get extra details about the mismatch.
Method __repr__ Undocumented
def __init__(self, matchee, needle):
Create a DoesNotContain Mismatch.
Parametersmatcheethe object that did not contain needle.
needlethe needle that 'matchee' was expected to contain.
def describe(self):

Describe the mismatch.

This should be either a human-readable string or castable to a string. In particular, is should either be plain ascii or unicode on Python 2, and care should be taken to escape control characters.

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