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

Method _fixture

test/sql/test_metadata.py:4787–4788  ·  view source on GitHub ↗
(self, *arg, **kw)

Source from the content-addressed store, hash-verified

4785 """test assignment of default fixures to columns"""
4786
4787 def _fixture(self, *arg, **kw):
4788 return Column("x", Integer, *arg, **kw)
4789
4790 def test_server_default_positional(self):
4791 target = schema.DefaultClause("y")

Calls 1

ColumnClass · 0.90

Tested by

no test coverage detected