MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_unicode

Method test_unicode

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

Source from the content-addressed store, hash-verified

2970 self._test("someprop")
2971
2972 def test_unicode(self):
2973 self._test("someprop")
2974
2975 def test_int(self):
2976 self._test(5)

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected