MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / test_file_system

Function test_file_system

tests/test_ecp.py:44–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return args
43
44async def test_file_system():
45
46 input = {
47 "name": "file_system",
48 "action": "read",
49 "input": {
50 "file_path": assemble_project_path("tests/files/test.txt")
51 }
52 }
53
54 res = await ecp(**input)
55 logger.info(f"| 📝 Action result: {res}")
56
57async def main():
58

Callers 1

mainFunction · 0.85

Calls 2

assemble_project_pathFunction · 0.90
infoMethod · 0.45

Tested by

no test coverage detected