Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Finish switching to mock from mox. #103

Merged
merged 1 commit into from
Dec 20, 2014
Merged

Conversation

craigcitro
Copy link
Contributor

This cleans up a few tests to finish the mox -> mock transition. Fixes #102.

PTAL @dhermes

This cleans up a few tests to finish the mox -> mock transition. Fixes googleapis#102.
pass
credentials = AppAssertionCredentials(scope)
http = httplib2.Http()
self.assertRaises(AccessTokenRefreshError, credentials.refresh, http)

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Dec 20, 2014

LGTM

craigcitro added a commit that referenced this pull request Dec 20, 2014
Finish switching to mock from mox.
@craigcitro craigcitro merged commit 2b93c98 into googleapis:master Dec 20, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to mock everywhere for mocking.
2 participants