testtools.matchers._basic.DoesNotEndWith(Mismatch)
class documentationtesttools.matchers._basic
(View In Hierarchy)
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 |
Parameters | matchee | the string that did not match. |
expected | the string that 'matchee' was expected to end with. |