Beispiel #1
0
 def test_正测_库存中心其他出库列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouse_center_other_out_list()
     positive_check_stock_response(res_info)
     pass
Beispiel #2
0
 def test_正测_库存中心销售退货列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouse_center_soback()
     positive_check_stock_response(res_info)
Beispiel #3
0
 def test_正测_库存中心调拨入库列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouseOrderInStock_in_list()
     positive_check_stock_response(res_info)
     pass
Beispiel #4
0
 def test_正测_库存中心采购订单详情(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouse_center_polist()
         finStockId = jsonpath.jsonpath(res_info, "$.data..finStockId")[0]
         res_info = api_admin.bns_warehouse_center_podetail(finStockId=finStockId)
     positive_check_stock_response(res_info)
Beispiel #5
0
 def test_正测_库存中心通知(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouse_center_noticelist()
     positive_check_stock_response(res_info)
Beispiel #6
0
 def test_正测_仓库其他出库订单列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouseOrderInStock_other_out_list()
     positive_check_stock_response(res_info)
     pass
Beispiel #7
0
 def test_正测_仓库销售出库订单列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_so_sale_warehouse_solist()
     positive_check_stock_response(res_info)
Beispiel #8
0
 def test_正测_仓库销售退货订单列表(self):
     with allure.step('接口请求'):
         res_info = api_admin.bns_warehouseOrderInStock_soreback()
     positive_check_stock_response(res_info)
     pass