Skip to content

Commit

Permalink
Update 2023-08-22-BDD中的step可复用性调研.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shihai1991 committed Aug 22, 2023
1 parent 106ce13 commit 9afa6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-08-22-BDD中的step可复用性调研.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def step_impl(context, color):
```

### 2.2.2 [pytest-bdd]
实际pytest-bdd本身就支持不同step的调用,这个调用没有用任何技术技巧,而是通过调用函数就可以实现。这样是否可能?当然从技术维度讲这是可以行的通的,但是个人不建议,因为本身调用函数就已经完全丢失了BDD中B的内容
实际pytest-bdd本身就支持不同step的调用,这个调用没有用任何技术技巧,而是通过调用函数就可以实现。这样是否可能?当然从技术维度讲这是可以行的通的,但是个人不建议,因为测试函数本身直接调用函数就已经完全丢失了BDD中B的内容

# 参考文献
- [stepMacro](https://www.chorus-bdd.org/pages/GherkinExtensions/StepMacro/)

0 comments on commit 9afa6be

Please sign in to comment.