Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ api
Function
api
tests/models/test_base_api.py:37–39 ·
view source on GitHub ↗
Create a testable API instance.
()
Source
from the content-addressed store, hash-verified
35
36
@pytest.fixture
37
def
api():
38
""
"Create a testable API instance."
""
39
return
ConcreteAPI()
40
41
42
@pytest.fixture
Callers
nothing calls this directly
Calls
1
ConcreteAPI
Class · 0.85
Tested by
no test coverage detected