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