No class docstring
Method __init__ Create a DoesNotEndWith 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, expected):
Create a DoesNotEndWith Mismatch.
Parametersmatcheethe string that did not match.
expectedthe string that 'matchee' was expected to end with.
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.