def disable_patching(self): try: responses.stop() except AttributeError: pass responses.reset()
def reset(self): responses.reset()