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

Function test_web_search_plugin

tests/test_plugins.py:90–97  ·  view source on GitHub ↗

Test web search plugin module

()

Source from the content-addressed store, hash-verified

88
89
90def test_web_search_plugin():
91 """Test web search plugin module"""
92 import optillm.plugins.web_search_plugin as plugin
93 assert hasattr(plugin, 'run')
94 assert hasattr(plugin, 'SLUG')
95 assert hasattr(plugin, 'GoogleSearcher')
96 assert hasattr(plugin, 'extract_search_queries')
97 assert plugin.SLUG == "web_search"
98
99
100def test_deep_research_plugin():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected