Esempio 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)
Esempio 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