- 博客(2)
- 收藏
- 关注
原创 童音商城自动化测试项目
该项目基于Python+pytest+sqlalchemy+requests+allure+jsonpath+yaml+Jenkins+Linux点击这里接口请求处理基本方法:param base_info: yaml文件里面的baseInfo(接口基本信息):param test_case: yaml文件里面的testCase(测试用例数据):return: 无返回值,但通过断言验证接口行为"""params_type:表示请求参数可能包含的类型字段。
2025-11-17 15:05:44
979
原创 关于C++的cannot bind non-const lvalue reference of type...问题
关于C++的cannot bind non-const lvalue reference of type…问题先看下面的代码,一个很简单的切分字符串并输出的函数。#include <iostream>using namespace std;void test(string& str){ cout<<str;}int main(){ string str = "aabcde"; test(str.substr(0,3)); }但当运行的时候会出
2022-01-28 00:29:06
5967
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅