Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ setUp
Method
setUp
test/test_examples_app.py:295–298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
293
cls.AppClass = resources_app.MyApp
294
295
def
setUp(self):
296
self.AppClass.log_request = (
lambda
x,y:None)
297
self.previouse_dir = os.getcwd()
298
os.chdir(examples_dir)
299
300
def
tearDown(self):
301
del self.AppClass.log_request
Callers
nothing calls this directly
Calls
1
chdir
Method · 0.80
Tested by
no test coverage detected