예제 #1
0
 def test_is_abstract(self):
     with self.assertRaises(TypeError):
         EventRule()
예제 #2
0
 def test_is_abstract(self):
     with pytest.raises(TypeError):
         EventRule()