MCPcopy Create free account
hub / github.com/bugy/script-server / setUp

Method setUp

src/tests/list_values_test.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self.assertEqual([], values_provider.get_values(value_wrappers))
198
199 def setUp(self):
200 test_utils.setup()
201
202 def tearDown(self):
203 test_utils.cleanup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected