摘要: //自定义时间戳的动态参数 // var times = Date.now() // pm.globals.set("times", times); //需要随机出一个范围内的整数数,函数 // const randomInt = (min,max) => Math.floor(Math.rando 阅读全文
posted @ 2023-04-14 11:52 不上进的小猫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: pytest.ini配置文件 [pytest] log_cli=true log_level=NOTSET log_format = %(asctime)s %(levelname)s %(message)s log_date_format = %Y-%m-%d %H:%M:%S addopts = 阅读全文
posted @ 2023-04-14 10:21 不上进的小猫 阅读(328) 评论(0) 推荐(0) 编辑