Ejemplo n.º 1
0
 def test_doubleit_tpye(self):
     with pytest.raises(TypeError):
         myApp.doubleit("hello")
Ejemplo n.º 2
0
 def test_doubleit_value(self):
     assert myApp.doubleit(10) == 20