Skip to content

Commit

Permalink
修复测试用例跳过执行条件判断 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Aug 10, 2023
1 parent 46fce1f commit f40e361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpfpt/utils/request/request_data_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _is_run(self) -> None:
allure.dynamic.description(self.description)
log.warning('此用例已设置跳过')
raise Skipped('此用例已设置跳过')
return
if isinstance(is_run, dict):
if 'skip' in is_run.keys():
if 'reason' not in is_run.keys():
Expand Down

0 comments on commit f40e361

Please sign in to comment.