Why do you assert that a+b
is not equal to a+b
? Do this:
assert f.summ(self.a, self.b) == self.a + self.b
1
solved Why is this Python test failing? [closed]
Why do you assert that a+b
is not equal to a+b
? Do this:
assert f.summ(self.a, self.b) == self.a + self.b
1
solved Why is this Python test failing? [closed]