Skip to content

GdUnit3 v2.2.5

Compare
Choose a tag to compare
@MikeSchulze MikeSchulze released this 02 Aug 17:25

GdUnit3 v2.2.5

It is recomented to restart Godot after update

What's Changed

  • GD-303: Improved the array assert is_equal to show better report

assert_array([1, 2222, 3, 4, 5, 6]).is_equal([1, 2, "this is a message", 4])

image

Bug Fixes

  • GD-305: Fix assert_str ends in json parsing error when value contains a pipe character (|)

If you using the C# Visual Studio Extension Godot GdUnit Test Explorer so they also need to update to version v2.2.5

https://marketplace.visualstudio.com/items?itemName=mikeschulze.gdunit3

Full Changelog: v2.2.4...v2.2.5