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