使用 py.test 的项目

发布于 2024-09-15 02:10:25 字数 182 浏览 5 评论 0原文

我正在寻找使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天旳寂寞 2024-09-22 02:10:25

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文