MCPcopy Index your code
hub / github.com/modelscope/modelscope / test_no_plugins

Method test_no_plugins

tests/utils/test_plugin.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 super().tearDown()
28
29 def test_no_plugins(self):
30 available_plugins = set(discover_plugins())
31 assert available_plugins == set()
32
33 def test_file_plugins(self):
34 with pushd(self.plugins_root):

Callers

nothing calls this directly

Calls 1

discover_pluginsFunction · 0.90

Tested by

no test coverage detected