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

Method tearDown

Lib/test/test_mailbox.py:65–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self._box = self._factory(self._path)
64
65 def tearDown(self):
66 self._box.close()
67 self._delete_recursively(self._path)
68
69 def test_add(self):
70 # Add copies of a sample message

Callers

nothing calls this directly

Calls 2

_delete_recursivelyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected