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

Function test_spl_plugin

tests/test_plugins.py:135–144  ·  view source on GitHub ↗

Test spl plugin module

()

Source from the content-addressed store, hash-verified

133
134
135def test_spl_plugin():
136 """Test spl plugin module"""
137 import optillm.plugins.spl_plugin as plugin
138 assert hasattr(plugin, 'run')
139 assert hasattr(plugin, 'SLUG')
140 assert plugin.SLUG == "spl"
141
142 # Test submodule can be imported
143 from optillm.plugins.spl import run_spl
144 assert run_spl is not None
145
146
147def test_proxy_plugin():

Callers 1

test_plugins.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected