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

Method test_ok

test/test_classes/test_table.py:198–201  ·  view source on GitHub ↗
(table1: Table)

Source from the content-addressed store, hash-verified

196
197 @staticmethod
198 def test_ok(table1: Table) -> None:
199 i = Index([table1.columns[0]])
200 table1.add_index(i)
201 assert i.table is table1

Callers

nothing calls this directly

Calls 2

IndexClass · 0.90
add_indexMethod · 0.80

Tested by

no test coverage detected