Searched refs:NONEXISTENT_FILE (Results 1 – 1 of 1) sorted by relevance
32 NONEXISTENT_FILE = os.path.join(__file__, '..', 'afilethatisntthere.json') variable82 clientsecrets._loadfile(NONEXISTENT_FILE)125 self.cache_mock.cache[NONEXISTENT_FILE] = { 'web': 'secret info' }128 NONEXISTENT_FILE, cache=self.cache_mock)