Hi, I have a flask restful API and I am using py tests for its testing. My Flask API uses some third party APIs say Google's API. I want that when I hit an endpoint of Flask API in some test, intermediate call to Google's API is mocked. i.e. it won't hit third party API actually. Any ideas how can I do that? I am using python version 2.9.7
Best, Basit -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
