Searched refs:_test_pathname (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 1439 def _test_pathname(self, path, cmp_path=None, dir=False): member in WriteTest 1496 self._test_pathname("foo") 1497 self._test_pathname(os.path.join("foo", ".", "bar")) 1498 self._test_pathname(os.path.join("foo", "..", "bar")) 1499 self._test_pathname(os.path.join(".", "foo")) 1500 self._test_pathname(os.path.join(".", "foo", ".")) 1501 self._test_pathname(os.path.join(".", "foo", ".", "bar")) 1502 self._test_pathname(os.path.join(".", "foo", "..", "bar")) 1503 self._test_pathname(os.path.join(".", "foo", "..", "bar")) 1504 self._test_pathname(o [all...] |
Completed in 4 milliseconds