Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
Lettuce 是 Cucumber 的另一个 Python 端口。它运行良好,文档还描述了 Django 的常用用法。
http://lettuce.it/index.html
这是另一篇博客文章,描述了使用 Lettuce 和 Splinter 的 BDD :
http://cilliano.com/blog /2011/02/07/django-bdd-with-lettuce-and-splinter/
Lettuce is another Python port of Cucumber. It works well and the documentation describes, among the usual usages, Django usage as well.
http://lettuce.it/index.html
And here's another blog post that describes BDD with Lettuce and Splinter:
http://cilliano.com/blog/2011/02/07/django-bdd-with-lettuce-and-splinter/
Python freshen 是 Cucumber 的 Python 端口,以鼻子插件实现。
Python freshen is a python port of cucumber, implemented as nose plugin.
您可能还想看看 Behave。
它是从头开始构建的,用于进行 BDD 风格的测试,而不是鼻子的“附加组件”或来自其他框架的端口。
You might also want to take a look at Behave.
It's built from the ground up to do BDD style testing as opposed to either an "add-on" to nose or a port from another framework.
我看到选项是生菜、新鲜和机器人框架。
我们使用 机器人框架 的原因有很多,但主要的原因是
灵活
I see that the choices are lettuce, freshen and Robot Framework.
We use Robot Framework because of many reasons few main ones are
flexible
我自己的实验导致了 pyspecs——一种简约的方法。它很容易开始工作:
而且它也很容易使用:
我欢迎反馈/合作......
My own experimentation led to pyspecs--a minimalistic approach. It's pretty easy to get working:
And it's pretty easy to use too:
I would welcome and feedback/collaboration...