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

Method test_parse_file_none

tests/utils/test_other_utils.py:375–381  ·  view source on GitHub ↗

Test parse_file with None.

(self)

Source from the content-addressed store, hash-verified

373 file_type, content = parse_file(data)
374
375 def test_parse_file_none(self):
376 """Test parse_file with None."""
377 from datastudio.utils.vision import parse_file
378
379 file_type, content = parse_file(None)
380
381 assert file_type is None
382
383
384class TestDatabaseModule:

Callers

nothing calls this directly

Calls 1

parse_fileFunction · 0.90

Tested by

no test coverage detected