Home
last modified time | relevance | path

Searched refs:assertPathIn (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ntpath.py84 def assertPathIn(self, path, pathset): member in NtpathTestCase
440 self.assertPathIn(ntpath.realpath(ABSTFN + "1"), expected)
441 self.assertPathIn(ntpath.realpath(ABSTFN + "2"), expected)
443 self.assertPathIn(ntpath.realpath(ABSTFN + "1\\x"),
453 self.assertPathIn(ntpath.realpath(ABSTFN + "1\\..\\"

Completed in 2 milliseconds