Skip to content

Commit

Permalink
增加一个fail示例
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjian1138 committed Feb 12, 2023
1 parent 141b685 commit e0768ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
val: { # 这里使用逻辑比较检验结果,如果是列表检验长度,如果是字符串数字等直接比较大小
">": 2, # 检验返回值是否大于2
"==": 4, # 检验是否等于4
"not in": 101 # 检验返回值是否包含 101 这一项
"not in": 100 # 检验返回值是否包含 100 这一项,错误信息可在测试报告 report/report.html 中看到
}
},
status_code: 200
Expand Down

0 comments on commit e0768ba

Please sign in to comment.