/gist:27f434fb9b94f438f7cf Secret
Created
April 17, 2014 15:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mock.patch('eventlet.green.urllib2.urlopen') | |
@mock.patch('eventlet.green.urllib2.Request') | |
def test_get_with_retries(self, request, urlopen): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment