Exemplo n.º 1
0
 def test_is_abstract(self):
     with self.assertRaises(TypeError):
         EventRule()
Exemplo n.º 2
0
 def test_is_abstract(self):
     with pytest.raises(TypeError):
         EventRule()