Exemplo n.º 1
0
 def test_times_two(self):
     assert example.times_two(2) == 4
 def test_times_two(self):
     self.assertEqual(example.times_two(2), 4)
Exemplo n.º 3
0
 def test_times_two(self):
     self.assertEqual(example.times_two(2), 4)
def test_times_two():
    assert example.times_two(2) == 4