Beispiel #1
0
 def test_two(self):
     x = 5
     assert app.timesTwo(x) == 10
Beispiel #2
0
 def test_failing(self):
     x = 2
     assert app.timesTwo(x) == 4
Beispiel #3
0
 def test_failing(self):
     x = 2
     assert app.timesTwo(x) == 4
Beispiel #4
0
 def test_two(self):
     x = 5
     assert app.timesTwo(x) == 10