MCPcopy Create free account
hub / github.com/EasyIME/PIME / tearDown

Method tearDown

python/python3/tornado/test/web_test.py:1937–1940  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1935 )
1936
1937 def tearDown(self):
1938 super().tearDown()
1939 # TODO: fix template loader caching so this isn't necessary.
1940 RequestHandler._template_loaders.clear()
1941
1942 def test_ui_method(self):
1943 response = self.fetch("/?value=asdf")

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected