是否有一个框架可用于针对多个 Python 版本测试 Python 模块?

发布于 2024-12-08 13:01:12 字数 190 浏览 0 评论 0原文

我有一个框架可用于在所有已安装的 python 版本上运行 Python 单元测试?

我的系统上安装了 3 个版本的 python,我希望能够在所有版本上运行unitests。可执行文件使用“通常”的命名约定: python2.5 python2.7 python3.2

我当前的环境是Windows,但我认为解决方案应该独立于平台。

I there a framework that can be used to run Python unit tests on all installed versions of python?

I have 3 versions of python installed on my system and I want to be able to run the unitests on all of them. The executables are using the "usual" naming convention: python2.5 python2.7 python3.2

My current environment is Windows but I think that the solution should be platform independent.

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

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

发布评论

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

评论(1

撧情箌佬 2024-12-15 13:01:12

tox 可以做到这一点,甚至更多,就像在多个平台上运行测试一样。

tox does this and even more, like running the tests on multiple platforms too.

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