Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ setUp
Method
setUp
src/tests/observable_test.py:868–870 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
866
self._observables.append(observable)
867
868
def
setUp(self):
869
super().setUp()
870
self._observables = []
871
872
def
tearDown(self):
873
super().tearDown()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected