Re: python mock Requests and the response

2013-04-02 Thread Jean-Michel Pichavant
- Original Message - > I am a beginner to using mock in python and trying to use > http://www.voidspace.org.uk/python/mock. > > Please tell me the basic calls to get me working in below scenario. I > am using python's Requests module > (http://docs.python-requests.org/en/latest/) . > > In

python mock Requests and the response

2013-04-01 Thread usmani . kashif9957
I am a beginner to using mock in python and trying to use http://www.voidspace.org.uk/python/mock. Please tell me the basic calls to get me working in below scenario. I am using python's Requests module (http://docs.python-requests.org/en/latest/) . In my views.py, I have a function that makes