MCPcopy Index your code
hub / github.com/python/cpython / test_non_existing

Method test_non_existing

Lib/test/test_tarfile.py:2583–2585  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2581 self.assertEqual(tar.getnames(), names)
2582
2583 def test_non_existing(self):
2584 self._add_testfile()
2585 self._test()
2586
2587 def test_empty(self):
2588 tarfile.open(self.tarname, "w:").close()

Callers

nothing calls this directly

Calls 2

_add_testfileMethod · 0.95
_testMethod · 0.95

Tested by

no test coverage detected