(self)
| 2605 | self._test(names=["foo", "bar"], fileobj=fobj) |
| 2606 | |
| 2607 | def test_existing(self): |
| 2608 | self._create_testtar() |
| 2609 | self._add_testfile() |
| 2610 | self._test(names=["foo", "bar"]) |
| 2611 | |
| 2612 | # Append mode is supposed to fail if the tarfile to append to |
| 2613 | # does not end with a zero block. |
nothing calls this directly
no test coverage detected