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