MCPcopy 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
52class TestBrokenServer(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.80

Tested by

no test coverage detected