(self)
| 3444 | pass |
| 3445 | |
| 3446 | def test_extractall_none_gname(self): |
| 3447 | with self.extract_with_none('gname'): |
| 3448 | pass |
| 3449 | |
| 3450 | def test_extractall_none_ownership(self): |
| 3451 | with self.extract_with_none('uid', 'gid', 'uname', 'gname'): |
nothing calls this directly
no test coverage detected