Skip to content

Releases: mondeja/pytest-blender

v3.0.5

10 Aug 08:06
Compare
Choose a tag to compare

Chore:

  • Declare support for Python 3.12

v3.0.4

04 Jan 19:29
afe0ed2
Compare
Choose a tag to compare

Chore:

  • Declare official support for Python 3.11

v3.0.3

16 Jun 11:27
f861328
Compare
Choose a tag to compare

Bug fixes:

  • More reliable way to obtain Blender's Python interpreter path.

v3.0.2

15 Jun 09:40
2fcfb14
Compare
Choose a tag to compare

Bug fixes:

  • Fix pytest-blender CLI outputting None on Windows.
  • Fix error handling unsupported signal on Windows.

v3.0.1

30 May 08:30
Compare
Choose a tag to compare

Bug fixes:

  • Fix uncaught exceptions enabling invalid addons.
  • Prevent propagation of pytest -p pytest-blender CLI argument.

v3.0.0

17 May 14:23
310875b
Compare
Choose a tag to compare

Breaking changes

New features

Enhancements

  • Add environment variables propagation to Blender execution.
  • Allow to test directly a Python package located inside the directory passed to blender-addons-dirs or install_addons_from_dir without zipping it previously.

Migration guide from v1 or v2

Most likely you don't need to use the fixtures install_addons_from_dir, disable_addons and uninstall_addons because now you can define the addons to install using the blender-addons-dirs and blender-addons-cleaning configuration options:

  • You can replace all the logging configuration of logging.getLogger("pytest_blender") by the pytest-blender-debug configuration option.

v2.0.0

12 May 18:55
Compare
Choose a tag to compare

Breaking changes:

Enhancements:

New features:

v1.2.2

11 Mar 13:58
064d5b4
Compare
Choose a tag to compare

Bug fixes:

  • Fixed error exiting Pytest test suite in v7.

Documentation:

  • Document how to log the command executed by pytest-blender subprocess.

Chore:

  • Officially stop supporting Python 3.6.

v1.2.1

29 Oct 22:54
Compare
Choose a tag to compare

Bug fixes

  • Prevent error when STDIN is pseudofile.

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.