Create JsonlFormat instance.
(self)
| 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.""" |
nothing calls this directly
no test coverage detected