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

Function test_majority_voting_plugin

tests/test_plugins.py:80–87  ·  view source on GitHub ↗

Test majority voting plugin module

()

Source from the content-addressed store, hash-verified

78
79
80def test_majority_voting_plugin():
81 """Test majority voting plugin module"""
82 import optillm.plugins.majority_voting_plugin as plugin
83 assert hasattr(plugin, 'run')
84 assert hasattr(plugin, 'SLUG')
85 assert hasattr(plugin, 'extract_final_answer')
86 assert hasattr(plugin, 'normalize_response')
87 assert plugin.SLUG == "majority_voting"
88
89
90def test_web_search_plugin():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected