(self)
| 610 | self.assertEqual(tar.name, expected) |
| 611 | |
| 612 | def test_pathlike_bytes_name(self): |
| 613 | self.test_pathlike_name(os.fsencode(self.tarname)) |
| 614 | |
| 615 | def test_illegal_mode_arg(self): |
| 616 | with open(tmpname, 'wb'): |
nothing calls this directly
no test coverage detected