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

Method setUp

tests/cli/test_plugins_cmd.py:10–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8class PluginsCMDTest(unittest.TestCase):
9
10 def setUp(self):
11 print(('Testing %s.%s' % (type(self).__name__, self._testMethodName)))
12 self.package = 'adaseq'
13 self.plugins_manager = PluginsManager()
14
15 def tearDown(self):
16 super().tearDown()

Callers

nothing calls this directly

Calls 2

PluginsManagerClass · 0.90
printFunction · 0.85

Tested by

no test coverage detected