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

Function test_compact_plugin

tests/test_plugins.py:308–313  ·  view source on GitHub ↗

Test compact plugin module

()

Source from the content-addressed store, hash-verified

306
307
308def test_compact_plugin():
309 """Test compact plugin module"""
310 import optillm.plugins.compact_plugin as plugin
311 assert hasattr(plugin, 'run')
312 assert hasattr(plugin, 'SLUG')
313 assert plugin.SLUG == "compact"
314
315
316def test_plugin_subdirectory_imports():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected