Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ json_format
Method
json_format
tests/datasets/test_formatters.py:80–82 ·
view source on GitHub ↗
Create JsonFormat instance.
(self)
Source
from the content-addressed store, hash-verified
78
79
@pytest.fixture
80
def
json_format(self):
81
""
"Create JsonFormat instance."
""
82
return
JsonFormat()
83
84
def
test_extensions(self, json_format):
85
""
"Test that JsonFormat supports .json extension."
""
Callers
nothing calls this directly
Calls
1
JsonFormat
Class · 0.90
Tested by
no test coverage detected