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:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
self.assertCountEqual([ANY_USER], config.admin_users)
114
115
def
setUp(self):
116
test_utils.setup()
117
118
def
tearDown(self):
119
test_utils.cleanup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected