ICode9

精准搜索请尝试: 精确搜索
  • request+pytest对接口自动化测试数据进行参数化2022-04-30 20:33:39

    接口自动化的核心就是request+pytest,request库用作发送HTTP请求,而pytest就是对发送的数据进行参数化   以上是做参数化前要准备的东西 接下来我们看看代码上具体如何实现 #封装一个请求接口,形参分别为接口所需要传递参数。 def addProject(self, name="测试2

  • weak_alias的定义和作用2022-02-07 20:00:40

    定义 /* Define ALIASNAME as a weak alias for NAME. If weak aliases are not available, this defines a strong alias. */ # define weak_alias(name, aliasname) _weak_alias (name, aliasname) # define _weak_alias(name, aliasname) \ extern __typeof (name) a

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有