MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_set

Method test_set

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

Source from the content-addressed store, hash-verified

2979 self._test({"bar": "bat"})
2980
2981 def test_set(self):
2982 self._test({6})
2983
2984 def test_column(self):
2985 self._test_not(self.tables.foo.c.someprop)

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected