Home | History | Annotate | Download | only in test

Lines Matching refs:non_existent

1319         non_existent = os.path.join(BASE, 'foo')
1320 r = self.cls(non_existent)
1322 self.assertRaises(FileNotFoundError, p.samefile, non_existent)
1324 self.assertRaises(FileNotFoundError, r.samefile, non_existent)
1326 self.assertRaises(FileNotFoundError, r.samefile, non_existent)