def test_class_abstraction(self): """Test if the class is an abstract class""" assert inspect.isabstract(self.klass)