testtools.matchers._basic.DoesNotContain(Mismatch)
class documentationtesttools.matchers._basic
(View In Hierarchy)
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 |
Parameters | matchee | the object that did not contain needle. |
needle | the needle that 'matchee' was expected to contain. |