Lines Matching refs:realpath
44 cls.realpath = os.path.realpath(__file__)
45 cls.path = os.path.dirname(cls.realpath)
49 del cls.realpath, cls.path
75 self.assertIn(self.realpath, filelist)
81 self.assertNotIn(self.realpath, filelist)
87 self.assertNotIn(self.realpath, filelist)
102 self.assertNotIn(self.realpath, filelist)
110 self.assertIn(self.realpath, filelist)
115 self.assertIn(self.realpath, filelist)