MCPcopy Create free account
hub / github.com/python/cpython / test_file_like_path

Method test_file_like_path

Lib/test/test_os/test_os.py:1790–1791  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1788 self.assertEqual(all[1], self.sub2_tree)
1789
1790 def test_file_like_path(self):
1791 self.test_walk_prune(FakePath(self.walk_path))
1792
1793 def test_walk_bottom_up(self):
1794 # Walk bottom-up.

Callers

nothing calls this directly

Calls 2

test_walk_pruneMethod · 0.95
FakePathClass · 0.90

Tested by

no test coverage detected