How to Solve NameError: name 'Resp' is not defined -- requests_testadapter
Solution: Import the 'Resp' module
To Solve the error, add the following line to the top of your code.
from requests_testadapter import Resp
For more information:
Python requests_testadapter Resp