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

Function create_mock_file_content

tests/conftest.py:255–257  ·  view source on GitHub ↗

Helper to create mock file content.

(content: str)

Source from the content-addressed store, hash-verified

253
254
255def create_mock_file_content(content: str):
256 """Helper to create mock file content."""
257 return mock_open(read_data=content)
258
259
260def assert_json_equal(actual: Any, expected: Any):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected