MCPcopy
hub / github.com/tornadoweb/tornado / tearDown

Method tearDown

tornado/test/web_test.py:2101–2104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2099 )
2100
2101 def tearDown(self):
2102 super().tearDown()
2103 # TODO: fix template loader caching so this isn't necessary.
2104 RequestHandler._template_loaders.clear()
2105
2106 def test_ui_method(self):
2107 response = self.fetch("/?value=asdf")

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected