使用 py.test 的项目
我正在寻找使用 py.test 的项目(列表)。
我是测试新手,想使用 py.test。我需要项目中的示例,这样我就可以广泛使用 py.test 。该文档对于 py.test 很有用,但过于分散,无法很好地掌握。我对它是如何工作的有一个模糊的想法。我从 pycon 看到了 py.test 视频(3小时)。但需要一些项目中的工作示例。
I am looking for (list of) projects that use py.test.
I am new to testing, and want to use py.test. I need examples from projects, so i can use py.test extensively. The documentation is good for py.test but is too fragmented to get a good grasp. I have a vague idea of how it works. I saw the py.test video(3hrs) from pycon. But need some working examples in projects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MoinMoin、Pida、PyPy 和许多其他项目都使用 py.test。在示例方面,您还可以查看 py.test 自己的测试套件,它自然使用了它的许多功能。查看 http://bitbucket.org/hpk42/py-trunk 和“testing”子目录目录,也许可以在跟踪器上提出问题,您希望在网页上查看更多记录示例:)
更新:这些天列出了一些使用 py.test 的公司和项目,请参阅
http://pytest.org/latest/projects.html#projects
There is MoinMoin, Pida, PyPy and a host of other projects using py.test. In terms of examples you might also look into py.test's own test suite which naturally uses a lot of its features. Checkout http://bitbucket.org/hpk42/py-trunk and the "testing" sub directory and maybe file an issue on the tracker that you want to see more documented examples on the web page :)
update: these days there are some companies and projects listed which use py.test, see
http://pytest.org/latest/projects.html#projects