(self)
| 1235 | self.assertEqual(func(self.file_path), func(self.file_name)) |
| 1236 | |
| 1237 | def test_path_normcase(self): |
| 1238 | self.assertPathEqual(self.path.normcase) |
| 1239 | |
| 1240 | def test_path_isabs(self): |
| 1241 | self.assertPathEqual(self.path.isabs) |
nothing calls this directly
no test coverage detected