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

Method setUp

src/tests/parameter_server_file_test.py:136–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 self.assertRegex(validate_value(config, 'abc'), '.+ but should be in \[\'def\'\]')
135
136 def setUp(self):
137 test_utils.setup()
138
139 def tearDown(self):
140 test_utils.cleanup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected