Searched defs:_test_link_extraction (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_tarfile.py1751 def _test_link_extraction(self, name): member in class:LinkEmulationTest
1757 self._test_link_extraction("ustar/lnktype")
1760 self._test_link_extraction("./ustar/linktest2/lnktype")
1763 self._test_link_extraction("ustar/symtype")
1766 self._test_link_extraction("./ustar/linktest2/symtype")
/external/python/cpython3/Lib/test/
H A Dtest_tarfile.py2346 def _test_link_extraction(self, name): member in class:LinkEmulationTest
2356 self._test_link_extraction("ustar/lnktype")
2361 self._test_link_extraction("./ustar/linktest2/lnktype")
2366 self._test_link_extraction("ustar/symtype")
2371 self._test_link_extraction("./ustar/linktest2/symtype")

Completed in 140 milliseconds