(self)
| 1104 | self.assertEqual(func(self.file_path), func(self.file_name)) |
| 1105 | |
| 1106 | def test_path_normcase(self): |
| 1107 | self.assertPathEqual(self.path.normcase) |
| 1108 | |
| 1109 | def test_path_isabs(self): |
| 1110 | self.assertPathEqual(self.path.isabs) |
nothing calls this directly
no test coverage detected