class SomeKind(model.Model): prop1 = model.KeyProperty()
def test_constructor(): with pytest.raises(NotImplementedError): model.KeyProperty()