def test_is_abstract(self): with self.assertRaises(TypeError): EventRule()
def test_is_abstract(self): with pytest.raises(TypeError): EventRule()