MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / test_descriptor

Method test_descriptor

test/orm/test_mapper.py:2990–2994  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2988 self._test_not(relationship("bar"))
2989
2990 def test_descriptor(self):
2991 def somefunc(self):
2992 return "hi"
2993
2994 self._test(property(somefunc), "hi")
2995
2996
2997class MagicNamesTest(fixtures.MappedTest):

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected