Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created April 17, 2014 15:34
@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