MCPcopy Index your code
hub / github.com/rawpython/remi / tearDown

Method tearDown

test/test_examples_app.py:127–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 self.AppClass.log_request = (lambda x,y:None)
126
127 def tearDown(self):
128 del self.AppClass.log_request
129 self.app.on_close()
130
131 def test_main(self):
132 self.app = self.AppClass(MockRequest(), ('0.0.0.0', 8888), MockServer())

Callers

nothing calls this directly

Calls 1

on_closeMethod · 0.45

Tested by

no test coverage detected