(self)
| 1132 | self.assertPathEqual(self.path.dirname) |
| 1133 | |
| 1134 | def test_path_islink(self): |
| 1135 | self.assertPathEqual(self.path.islink) |
| 1136 | |
| 1137 | def test_path_lexists(self): |
| 1138 | self.assertPathEqual(self.path.lexists) |
nothing calls this directly
no test coverage detected