从 Pydev 运行文档测试?

发布于 2024-08-24 14:20:06 字数 116 浏览 6 评论 0原文

有没有简单的方法或者我应该使用外部工具,例如 Nose

Is there any straightforward way or should I use an external tool like Nose?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

情绪 2024-08-31 14:20:06

Pydev 1.6.4 提供支持 nose 测试运行程序。

http://pydev.org/manual_adv_pyunit.html 描述如何配置鼻子测试运行器。

要运行文档测试,您需要为鼻子跑步者指定 --with-doctest 开关。

Pydev 1.6.4 provides support for a nose test runner.

http://pydev.org/manual_adv_pyunit.html describes how to configure the nose test runner.

To run doc tests, you'll need to specify the --with-doctest switch for the nose runner.

沐歌 2024-08-31 14:20:06

Xv 的答案是正确的,除非您有外部文件中的测试(例如可测试规范),在这种情况下您应该添加 doctest-extension=txt 开关(用 txt 替换您的扩展名)。

Xv's answer is correct, unless you have tests that are in external files (like testable specifications) in which case you should add the doctest-extension=txt switch (substituting txt for whatever your extension is).

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