Lines Matching refs:assertIs
81 self.assertIs(posixpath.isabs(""), False)
82 self.assertIs(posixpath.isabs("/"), True)
83 self.assertIs(posixpath.isabs("/foo"), True)
84 self.assertIs(posixpath.isabs("/foo/bar"), True)
85 self.assertIs(posixpath.isabs("foo/bar"), False)
102 self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)
107 self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)
110 self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)
112 self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)
113 self.assertIs(posixpath.exists(test_support.TESTFN + "2"), False)
114 self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
124 self.assertIs(
140 self.assertIs(
151 self.assertIs(
167 self.assertIs(
179 self.assertIs(
190 self.assertIs(
202 self.assertIs(posixpath.ismount("/"), True)
206 self.assertIs(posixpath.ismount(ABSTFN), False)
209 self.assertIs(posixpath.ismount(ABSTFN), False)
219 self.assertIs(posixpath.ismount(ABSTFN), False)
237 self.assertIs(posixpath.ismount(ABSTFN), True)
259 self.assertIs(posixpath.ismount(ABSTFN), True)