Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_ntpath.py76 def assertPathEqual(self, path1, path2): member in NtpathTestCase
266 self.assertPathEqual(ntpath.realpath(ABSTFN + "1"), ABSTFN)
267 self.assertPathEqual(ntpath.realpath(os.fsencode(ABSTFN + "1")),
279 self.assertPathEqual(ntpath.realpath(ABSTFN + "1"), ABSTFN)
302 self.assertPathEqual(ntpath.realpath("broken"),
304 self.assertPathEqual(ntpath.realpath(r"broken\foo"),
308 self.assertPathEqual(ntpath.realpath(r"broken1"),
310 self.assertPathEqual(ntpath.realpath(r"broken1\baz"),
312 self.assertPathEqual(ntpath.realpath("broken2"),
314 self.assertPathEqual(ntpath.realpath("broken3"),
[all …]
Dtest_posixpath.py636 def assertPathEqual(self, func): member in PathLikeTests
640 self.assertPathEqual(self.path.normcase)
643 self.assertPathEqual(self.path.isabs)
650 self.assertPathEqual(self.path.split)
653 self.assertPathEqual(self.path.splitext)
656 self.assertPathEqual(self.path.splitdrive)
659 self.assertPathEqual(self.path.basename)
662 self.assertPathEqual(self.path.dirname)
665 self.assertPathEqual(self.path.islink)
668 self.assertPathEqual(self.path.lexists)
[all …]
Dtest_genericpath.py542 def assertPathEqual(self, func): member in PathLikeTests
546 self.assertPathEqual(os.path.exists)
549 self.assertPathEqual(os.path.isfile)
552 self.assertPathEqual(os.path.isdir)
559 self.assertPathEqual(os.path.getsize)
562 self.assertPathEqual(os.path.getatime)
565 self.assertPathEqual(os.path.getctime)
Dtest_os.py2405 def assertPathEqual(self, left, right): member in ReadlinkTests
2440 self.assertPathEqual(os.readlink(filelink), self.filelink_target)
2447 self.assertPathEqual(path, self.filelinkb_target)
2455 self.assertPathEqual(path, self.filelinkb_target)