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

Method tearDown

Lib/test/test_pathlib/test_write.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.root = self.ground.setup()
25
26 def tearDown(self):
27 self.ground.teardown(self.root)
28
29 def test_is_writable(self):
30 self.assertIsInstance(self.root, _WritablePath)

Callers

nothing calls this directly

Calls 1

teardownMethod · 0.45

Tested by

no test coverage detected