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