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

Function test_longcepo_plugin

tests/test_plugins.py:123–132  ·  view source on GitHub ↗

Test longcepo plugin module

()

Source from the content-addressed store, hash-verified

121
122
123def test_longcepo_plugin():
124 """Test longcepo plugin module"""
125 import optillm.plugins.longcepo_plugin as plugin
126 assert hasattr(plugin, 'run')
127 assert hasattr(plugin, 'SLUG')
128 assert plugin.SLUG == "longcepo"
129
130 # Test submodule can be imported
131 from optillm.plugins.longcepo import run_longcepo
132 assert run_longcepo is not None
133
134
135def test_spl_plugin():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected