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

Function test_standalone_execution

tests/test_report_tool.py:107–116  ·  view source on GitHub ↗

Test standalone execution (using main function)

()

Source from the content-addressed store, hash-verified

105
106
107def test_standalone_execution():
108 """Test standalone execution (using main function)"""
109 print("\n" + "="*60)
110 print("🧪 Test 3: Standalone Execution")
111 print("="*60)
112 print("\nTo test standalone execution, run:")
113 print(" python src/tools/report/report.py \"Your query here\"")
114 print("\nExample:")
115 print(" python src/tools/report/report.py \"What is the latest news about Apple?\"")
116 print("\nNote: This requires environment variables to be set in .env file")
117
118
119async def main():

Callers 1

mainFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected