MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_string

Method test_string

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

Source from the content-addressed store, hash-verified

2967 assert self.tables.foo.c.someprop in m._columntoproperty
2968
2969 def test_string(self):
2970 self._test("someprop")
2971
2972 def test_unicode(self):
2973 self._test("someprop")

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected