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