MCPcopy Create free account
hub / github.com/PabloLec/RecoverPy / get_expected_block_content_text

Function get_expected_block_content_text

tests/integration/helper.py:23–29  ·  view source on GitHub ↗
(inode: int)

Source from the content-addressed store, hash-verified

21
22
23def get_expected_block_content_text(inode: int):
24 return (
25 mock_read_block_output(TEST_FULL_PARTITION, TEST_BLOCK_SIZE, inode)
26 .decode()
27 .replace(" ", "")
28 .replace("\n", "")
29 )
30
31
32async def assert_with_timeout(check_func, expected, actual, timeout=10.0, interval=0.1):

Callers 2

test_full_workflowFunction · 0.90

Calls 1

mock_read_block_outputFunction · 0.90

Tested by 1

test_full_workflowFunction · 0.72