Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ simple_column
Function
simple_column
test/conftest.py:32–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
@pytest.fixture
32
def
simple_column() -> Column:
33
return
Column(
34
name=
'id'
,
35
type=
'integer'
36
)
37
38
39
@pytest.fixture
Callers
nothing calls this directly
Calls
1
Column
Class · 0.90
Tested by
no test coverage detected