Exemple #1
0
 def test_setup(self):
     if self.abstract:
         with self.assertRaises(NotImplementedError):
             Resource()
Exemple #2
0
 def test_setup(self):
     with pytest.raises(NotImplementedError):
         Resource()