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

Method test_dict

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

Source from the content-addressed store, hash-verified

2976 self._test(5)
2977
2978 def test_dict(self):
2979 self._test({"bar": "bat"})
2980
2981 def test_set(self):
2982 self._test({6})

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected