Kaydet (Commit) 899e9a0e authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove now useless __ne__

üst 2b14676f
......@@ -264,9 +264,6 @@ class TestCase(object):
return self._testMethodName == other._testMethodName
def __ne__(self, other):
return not self == other
def __hash__(self):
return hash((type(self), self._testMethodName))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment