Ejemplo n.º 1
0
 def test_deprecated_raises_on_nil(self):
   with pytest.raises(ValueError):
     deprecated(None)
Ejemplo n.º 2
0
 def test_deprecated_raises_on_nil(self):
     with pytest.raises(ValueError):
         deprecated(None)
Ejemplo n.º 3
0
 def test_deprecated_raises_on_nonfunction(self):
   with pytest.raises(ValueError):
     deprecated('high five!')
Ejemplo n.º 4
0
 def test_deprecated_raises_on_nonfunction(self):
     with pytest.raises(ValueError):
         deprecated('high five!')