MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / jsonl_format

Method jsonl_format

tests/datasets/test_formatters.py:181–183  ·  view source on GitHub ↗

Create JsonlFormat instance.

(self)

Source from the content-addressed store, hash-verified

179
180 @pytest.fixture
181 def jsonl_format(self):
182 """Create JsonlFormat instance."""
183 return JsonlFormat()
184
185 def test_extensions(self, jsonl_format):
186 """Test that JsonlFormat supports .jsonl extension."""

Callers

nothing calls this directly

Calls 1

JsonlFormatClass · 0.90

Tested by

no test coverage detected