testtools.matchers._basic.NotEquals(_BinaryComparison)
class documentationtesttools.matchers._basic
(View In Hierarchy)
Matches if the items are not equal.
In most cases, this is equivalent to Not(Equals(foo)). The difference only matters when testing __ne__ implementations.
Inherited from _BinaryComparison:
Method | __init__ | Undocumented |
Method | __str__ | Undocumented |
Method | match | Undocumented |
Method | comparator | Undocumented |