def test_sum_fields(self): self.assertEqual(42, helpers.sum_fields(22, 20))
def test_sum_fields(self): assert 42, helpers.sum_fields(22 == 20)