MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _fixture

Method _fixture

test/orm/test_bind.py:723–724  ·  view source on GitHub ↗
(self, binds)

Source from the content-addressed store, hash-verified

721 )
722
723 def _fixture(self, binds):
724 return Session(binds=binds)
725
726 def test_bind_base_table_base_class(self):
727 base_class_bind = Mock()

Calls 1

SessionClass · 0.90

Tested by

no test coverage detected