文件名称:pytest-blender:Pytest插件,用于使用Blender测试Python素材
文件大小:16KB
文件格式:ZIP
更新时间:2024-04-05 09:56:01
Python
pytest-blender 用于Blender测试的Pytest插件。 使用Blender使用内置的Python解释器以无头模式执行pytest测试套件。 安装 pip install pytest-blender 文献资料 用法 在Blender Python解释器中安装依赖项 在执行它之前,您需要在内置的Blender Python解释器中安装测试依赖项。 要获取解释器的位置,可以使用CLI实用程序pytest-blender ,类似于: blender_python= " $( pytest-blender ) " $blender_python -m ensurepip $blender_python -m pip install -r test-requirements.txt 您还可以使用--blender-executable选项获取自定义Blender安装位置的--
【文件预览】:
pytest-blender-master
----setup.py(39B)
----.gitignore(68B)
----MANIFEST.in(34B)
----.pre-commit-config.yaml(1KB)
----.bumpversion.cfg(115B)
----LICENSE(1KB)
----setup.cfg(2KB)
----.github()
--------workflows()
--------dependabot.yml(326B)
----README.md(6KB)
----tests()
--------conftest.py(570B)
--------test_fixtures.py(1KB)
--------test_bpy_import.py(51B)
--------test_addons.py(507B)
--------addons()
----.yamllint(1KB)
----pytest_blender()
--------run_pytest.py(6KB)
--------__init__.py(22B)
--------plugin.py(2KB)
--------utils.py(191B)
--------__main__.py(1KB)
----.editorconfig(311B)