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

Function test_genselect_plugin

tests/test_plugins.py:71–77  ·  view source on GitHub ↗

Test genselect plugin module

()

Source from the content-addressed store, hash-verified

69
70
71def test_genselect_plugin():
72 """Test genselect plugin module"""
73 import optillm.plugins.genselect_plugin as plugin
74 assert hasattr(plugin, 'run')
75 assert hasattr(plugin, 'SLUG')
76 assert hasattr(plugin, 'DEFAULT_NUM_CANDIDATES')
77 assert plugin.SLUG == "genselect"
78
79
80def test_majority_voting_plugin():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected