-
Notifications
You must be signed in to change notification settings - Fork 0
Dev Testing
Emanuele Gissi edited this page Sep 29, 2025
·
1 revision
Before executing the tests, you need to install your testing dependencies inside the builtin Blender Python interpreter. To get the interpreter location you can use the CLI utility pytest-blender, something like:
blender_python="$(pytest-blender --blender-executable ../blender-4.5.2-linux-x64/blender)"
$blender_python -m ensurepip
$blender_python -m pip install pytestAfter installing dependencies, just call pytest as usually:
cd dev
pytest