Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pylons/webtest
/ tearDown
Method
tearDown
tests/test_http.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
self.assertEqual(resp.status_int, 304)
47
48
def
tearDown(self):
49
self.s.shutdown()
50
51
52
class
TestBrokenServer(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.80
Tested by
no test coverage detected