Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ setUp
Method
setUp
src/tests/server_conf_test.py:196–197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
194
self.assertCountEqual([
'another_user'
], config.code_editor_users)
195
196
def
setUp(self):
197
test_utils.setup()
198
199
def
tearDown(self):
200
test_utils.cleanup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected