Searched refs:NONEXISTENT_FILE (Results 1 – 2 of 2) sorted by relevance
17 NONEXISTENT_FILE = 'not_here.txt' variable127 rc, stderr = self._generate_keywords(NONEXISTENT_FILE, KEYWORD_FILE)129 self.assertRegex(stderr, b'(?ms)' + NONEXISTENT_FILE.encode())132 rc, stderr = self._generate_keywords(os.devnull, NONEXISTENT_FILE)134 self.assertRegex(stderr, b'(?ms)' + NONEXISTENT_FILE.encode())
35 NONEXISTENT_FILE = os.path.join( variable220 clientsecrets._loadfile(NONEXISTENT_FILE)222 self.assertEquals(exc_manager.exception.args[1], NONEXISTENT_FILE)263 self.cache_mock.cache[NONEXISTENT_FILE] = {'web': 'secret info'}266 NONEXISTENT_FILE, cache=self.cache_mock)