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

Method tearDown

Lib/test/test_import/__init__.py:1492–1493  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1490class RelativeImportTests(unittest.TestCase):
1491
1492 def tearDown(self):
1493 unload("test.relimport")
1494 setUp = tearDown
1495
1496 def test_relimport_star(self):

Callers

nothing calls this directly

Calls 1

unloadFunction · 0.90

Tested by

no test coverage detected