Commit 9a0aa671 authored by 陈雪's avatar 陈雪

bendiku

parent e6f764a6
develop_host:
backend: http://backend.paas-develop.env
# backend: http://backend.paas-develop.env
doctor: http://doctor.paas-develop.env
......@@ -102,7 +102,6 @@ class BaseRequest:
json=req.get('json'),
# proxies={"http":"172.30.9.226:8888"}
)
print(r.url,88888)
print(r.content)
return r.json()
......
......@@ -9,7 +9,6 @@ from in_common.base_request import BaseRequest
class TestServiceList:
service_list = BaseRequest().api_load(path_setting.SERVICE_DATA)
ServiceList_case, ServiceList_data = get_ids(service_list, "service_list")
print("-----",service_list)
@pytest.mark.parametrize("params",ServiceList_data,ids=ServiceList_case)
def test_ServiceList(self,params):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment