Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rawpython/remi
/ tearDown
Method
tearDown
test/test_examples_app.py:108–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
self.AppClass.log_request = (
lambda
x,y:None)
107
108
def
tearDown(self):
109
del self.AppClass.log_request
110
self.app.on_close()
111
112
def
test_main(self):
113
self.app = self.AppClass(MockRequest(), (
'0.0.0.0'
, 8888), MockServer())
Callers
nothing calls this directly
Calls
1
on_close
Method · 0.45
Tested by
no test coverage detected