Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ setUp
Method
setUp
src/tests/process_utils_test.py:105–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
self.assertEqual([abs_file,
'123'
], command_split)
104
105
def
setUp(self):
106
test_utils.setup()
107
108
def
tearDown(self):
109
test_utils.cleanup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected