Lines Matching refs:exists
170 self.assertFalse(os.path.exists(path))
172 self.assertTrue(os.path.exists(path))
177 self.assertFalse(os.path.exists(path))
228 with mock.patch('os.path.exists', return_value=True):
238 # Check user dir not exists and created failed should raise SystemExit
239 with mock.patch('os.path.join', return_value='/path/not/exists'):
251 with mock.patch('os.path.exists', return_value=True):
261 # Check user dir not exists and created failed should raise SystemExit
262 with mock.patch('os.path.join', return_value='/path/not/exists'):
487 # Test keybinding not exists
525 self.assertFalse(conf.IsCoreBinding('not-exists'))
564 f = Font.actual(Font(name='TkFixedFont', exists=True, root=root))