MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_empty

Method test_empty

test/ext/test_associationproxy.py:3144–3146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3142 eq_(assoc.info, {"some_assoc": "some_value"})
3143
3144 def test_empty(self):
3145 assoc = association_proxy("a", "b")
3146 eq_(assoc.info, {})
3147
3148 def test_via_cls(self):
3149 class Foob:

Callers

nothing calls this directly

Calls 2

association_proxyFunction · 0.90
eq_Function · 0.90

Tested by

no test coverage detected