Home
last modified time | relevance | path

Searched refs:NONEXISTENT_FILE (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_clientsecrets.py32 NONEXISTENT_FILE = os.path.join(__file__, '..', 'afilethatisntthere.json') variable
82 clientsecrets._loadfile(NONEXISTENT_FILE)
125 self.cache_mock.cache[NONEXISTENT_FILE] = { 'web': 'secret info' }
128 NONEXISTENT_FILE, cache=self.cache_mock)