Test compact plugin module
()
| 306 | |
| 307 | |
| 308 | def 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 | |
| 316 | def test_plugin_subdirectory_imports(): |
nothing calls this directly
no outgoing calls
no test coverage detected