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

/external/python/cpython2/Lib/test/
H A Dtest_tarfile.py982 def _test_pathname(self, path, cmp_path=None, dir=False): member in class: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(o
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_tarfile.py1215 def _test_pathname(self, path, cmp_path=None, dir=False): member in class:WriteTest
1274 self._test_pathname("foo")
1275 self._test_pathname(os.path.join("foo", ".", "bar"))
1276 self._test_pathname(os.path.join("foo", "..", "bar"))
1277 self._test_pathname(os.path.join(".", "foo"))
1278 self._test_pathname(os.path.join(".", "foo", "."))
1279 self._test_pathname(os.path.join(".", "foo", ".", "bar"))
1280 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
1281 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
1282 self._test_pathname(o
[all...]

Completed in 61 milliseconds