python接口ddt数据驱动
python接口ddt数据驱动,求大师帮忙看下哪里出了问题?400 Bad request Missing parameter, 建议你先用postman本地post通过 再用通过的数据写进代码调试 ejia 发表于 2017-8-12 23:54
400 Bad request Missing parameter, 建议你先用postman本地post通过 再用通过的数据写进代码调试
postman是通的ddt数据带入这里出了问题不知如何搞 目前已经解决
def test_ddt1(self,url,headers,d):
print(type(url),type(d))
r=requests.post(url=url,headers=headers,data=d)
页:
[1]