Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py780 def _test_pathname(self, path, cmp_path=None, dir=False): member in WriteTest
805 self._test_pathname("foo")
806 self._test_pathname(os.path.join("foo", ".", "bar"))
807 self._test_pathname(os.path.join("foo", "..", "bar"))
808 self._test_pathname(os.path.join(".", "foo"))
809 self._test_pathname(os.path.join(".", "foo", "."))
810 self._test_pathname(os.path.join(".", "foo", ".", "bar"))
811 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
812 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
813 self._test_pathname(os.path.join("..", "foo"))
[all …]