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

Method tearDown

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

Source from the content-addressed store, hash-verified

298 os.chdir(examples_dir)
299
300 def tearDown(self):
301 del self.AppClass.log_request
302 self.app.on_close()
303 os.chdir(self.previouse_dir)
304
305 def test_main(self):
306 self.app = self.AppClass(MockRequest(), ('0.0.0.0', 8888), MockServer())

Callers

nothing calls this directly

Calls 2

chdirMethod · 0.80
on_closeMethod · 0.45

Tested by

no test coverage detected