Home
last modified time | relevance | path

Searched refs:_test_pathname (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_tarfile.py982 def _test_pathname(self, path, cmp_path=None, dir=False): member in WriteTest
1011 self._test_pathname("foo")
1012 self._test_pathname(os.path.join("foo", ".", "bar"))
1013 self._test_pathname(os.path.join("foo", "..", "bar"))
1014 self._test_pathname(os.path.join(".", "foo"))
1015 self._test_pathname(os.path.join(".", "foo", "."))
1016 self._test_pathname(os.path.join(".", "foo", ".", "bar"))
1017 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
1018 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
1019 self._test_pathname(os.path.join("..", "foo"))
[all …]