Releases: mondeja/pytest-blender
Releases · mondeja/pytest-blender
v1.2.0
New features
- Added
recursive
argument toinstall_addons_from_dir
fixture to discover addons through subdirectories.
Bug fixes
- Propagated interruption signals to Blender subprocess.
v1.1.0
New features
- Add
--blender-template
argument to pass a custom startup file. See Load startup template.
Enhancements
- Not necessarily require to pass addon names to install them. See
install_addons_from_dir
function documentation. - Raise
ValueError
if no addons passed to install toinstall_addons_from_dir
fixture.
Bug fixes
- Properly propagate command line arguments to
pytest
,blender
andpython
binaries. See Arguments propagation.
v1.0.2
- Don't show ugly traceback executing
pytest --help
. - Don't show debug output retrieving Python Blender location with
pytest-blender
CLI. - Avoid to display a warning retrieving Python Blender location in Blender >= 2.91.
- Improve Blender executable path discovering for MacOS.
v1.0.1
- Fixed AttributeError trying to use the plugin disabling pytest cacheprovider plugin with
-p no:cacheprovider
. - Show a proper error message if blender executable is not found.
v1.0.0
Release first stable version. No changes.
v0.0.5
Added new fixtures for easier addon testing:
install_addons_from_dir
disable_addons
v0.0.4
- Improved setup metadata.
- Removed unused function.
v0.0.3
- Added fixtures.
- Improved Blender subprocess isolation.
v0.0.2
- First alpha release.