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

Method tearDown

Lib/test/test_shutil.py:3188–3189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3186 os_helper.unlink(TESTFN)
3187
3188 def tearDown(self):
3189 os_helper.unlink(TESTFN2)
3190
3191 @contextlib.contextmanager
3192 def get_files(self):

Callers 1

resetMethod · 0.95

Calls 1

unlinkMethod · 0.45

Tested by

no test coverage detected