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