Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ setUp
Method
setUp
src/tests/parameter_server_file_test.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
self.assertEqual(
'file'
, config.file_type)
58
59
def
setUp(self):
60
test_utils.setup()
61
62
def
tearDown(self):
63
test_utils.cleanup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected