MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/unittest/case.py:496–498  ·  view source on GitHub ↗

Hook method for deconstructing the test fixture after testing it.

(self)

Source from the content-addressed store, hash-verified

494 pass
495
496 def tearDown(self):
497 "Hook method for deconstructing the test fixture after testing it."
498 pass
499
500 @classmethod
501 def setUpClass(cls):

Callers 1

_callTearDownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected