MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / test_deep_research_plugin

Function test_deep_research_plugin

tests/test_plugins.py:100–106  ·  view source on GitHub ↗

Test deep research plugin module

()

Source from the content-addressed store, hash-verified

98
99
100def test_deep_research_plugin():
101 """Test deep research plugin module"""
102 import optillm.plugins.deep_research_plugin as plugin
103 assert hasattr(plugin, 'run')
104 assert hasattr(plugin, 'SLUG')
105 assert hasattr(plugin, 'DeepResearcher')
106 assert plugin.SLUG == "deep_research"
107
108
109def test_deepthink_plugin_imports():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected