Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ enum1
Function
enum1
test/conftest.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
@pytest.fixture
22
def
enum1():
23
return
Enum(
'product status'
, (
'production'
,
'development'
))
24
25
26
@pytest.fixture
Callers
nothing calls this directly
Calls
1
Enum
Class · 0.90
Tested by
no test coverage detected