【发布时间】:2017-11-28 22:24:40
【问题描述】:
上下文:我正在使用 Python with Behave (BDD)。 我的 .feature 文件如下所示:
@ISA-75
@ISA-76
@1
@1.1
Scenario: A user will be able to enter an email address to receive a notification when a requested archive is complete.
Given ...
When ...
Then ...
运行的输出不包含@1 或@1.1 信息。 有什么方法可以告诉行为在运行时打印出该信息?
【问题讨论】:
标签: bdd python-behave