tox-current-env:tox插件可在当前的Python环境中运行测试

时间:2024-05-22 13:52:01
【文件属性】:

文件名称:tox-current-env:tox插件可在当前的Python环境中运行测试

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-22 13:52:01

Python

毒素电流环境 插件可在当前的Python环境中运行测试 tox-current-env插件添加了以下选项: tox --current-env 在当前的Python环境(即从中调用并安装tox的环境)中运行tox testenv的commands 。 与常规的tox调用不同,这不会安装在deps声明的deps 。 尝试使用不匹配的Python版本运行此操作将失败(如果从Python 3.7环境调用tox ,则任何非3.7 testenv都会失败)。 tox --print-deps-to=FILE 无需运行任何commands ,只需将deps打印到指定的FILE 。 这对于为tox --current-env准备当前环境很有用。 使用-将FILE打印到标准输出。 tox --print-extras-to=FILE 相反,在运行任何commands ,只需打印的名字的extr


【文件预览】:
tox-current-env-master
----.gitignore(70B)
----README.rst(12KB)
----.github()
--------workflows()
----tests()
--------fixtures()
--------test_integration.py(21KB)
----LICENSE(1KB)
----src()
--------tox_current_env()
----MANIFEST.in(131B)
----pyproject.toml(91B)
----setup.py(1KB)
----tox.ini(433B)

网友评论