Ejemplo n.º 1
0
 def test_interface(self):
     x = bgThread()
     with pytest.raises(NotImplementedError):
         x.body()
Ejemplo n.º 2
0
 def test_body(self):
     x = bgThread()
     with self.assertRaises(NotImplementedError):
         x.body()
Ejemplo n.º 3
0
 def test_interface(self):
     x = bgThread()
     with self.assertRaises(NotImplementedError):
         x.body()
Ejemplo n.º 4
0
 def test_interface(self):
     x = bgThread()
     with pytest.raises(NotImplementedError):
         x.body()