MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

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

Source from the content-addressed store, hash-verified

3160 os_helper.unlink(TESTFN)
3161
3162 def tearDown(self):
3163 os_helper.unlink(TESTFN2)
3164
3165 @contextlib.contextmanager
3166 def get_files(self):

Callers 1

resetMethod · 0.95

Calls 1

unlinkMethod · 0.45

Tested by

no test coverage detected