Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ tearDown
Method
tearDown
python/python3/tornado/test/testing_test.py:116–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
self.assertEqual(response.request.url, path)
115
116
def
tearDown(self):
117
self.second_server.stop()
118
super().tearDown()
119
120
121
class
AsyncTestCaseWrapperTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
2
stop
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected