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:526–527 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
524
self.assertEqual(os.path.join(file_dir,
'abc.txt'
), mapped_value)
525
526
def
setUp(self):
527
test_utils.setup()
528
529
def
tearDown(self):
530
test_utils.cleanup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected