Skip to content

Releases: mondeja/pytest-blender

v1.2.0

28 Oct 11:24
146246d
Compare
Choose a tag to compare

New features

  • Added recursive argument to install_addons_from_dir fixture to discover addons through subdirectories.

Bug fixes

  • Propagated interruption signals to Blender subprocess.

v1.1.0

26 Oct 19:56
089a8e7
Compare
Choose a tag to compare

New features

Enhancements

Bug fixes

  • Properly propagate command line arguments to pytest, blender and python binaries. See Arguments propagation.

v1.0.2

26 Oct 15:56
f5caea6
Compare
Choose a tag to compare
  • 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

02 Sep 17:04
Compare
Choose a tag to compare
  • 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

02 Jun 22:28
Compare
Choose a tag to compare

Release first stable version. No changes.

v0.0.5

15 Feb 20:39
Compare
Choose a tag to compare

Added new fixtures for easier addon testing:

  • install_addons_from_dir
  • disable_addons

v0.0.4

15 Feb 14:53
Compare
Choose a tag to compare
  • Improved setup metadata.
  • Removed unused function.

v0.0.3

15 Feb 11:41
Compare
Choose a tag to compare
  • Added fixtures.
  • Improved Blender subprocess isolation.

v0.0.2

14 Feb 20:45
Compare
Choose a tag to compare
  • First alpha release.