【发布时间】:2014-07-21 14:00:54
【问题描述】:
如何最好地处理特征定义中的时间戳(日期、时间等)?
示例
功能:消息状态
In order to record activty on a message As a administrator I want to log when a message was created, delivered, and read by an end user场景大纲:消息创建状态
Given I have configured an e-mail service When I perform a send operation with a message body of: """ James, Fancy meeting for lunch? """ Then I should see a new message with a created timestamp of ?????
环境
操作系统:Linux/Mac
语言:Python 2.7.5
BDD 框架:lettuce.py
【问题讨论】:
-
我的回答有帮助吗?您找到解决问题的方法了吗?
标签: cucumber bdd acceptance-testing lettuce user-acceptance-testing