(self)
| 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. |
nothing calls this directly
no test coverage detected