MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / index1

Function index1

test/conftest.py:156–161  ·  view source on GitHub ↗
(table1: Table)

Source from the content-addressed store, hash-verified

154
155@pytest.fixture
156def index1(table1: Table) -> Index:
157 result = Index(
158 subjects=[table1.columns[1]]
159 )
160 table1.add_index(result)
161 return result
162
163
164@pytest.fixture

Callers

nothing calls this directly

Calls 2

IndexClass · 0.90
add_indexMethod · 0.80

Tested by

no test coverage detected