GdUnit3 v1.0.3
GdUnit3 v1.0.3
!!ATTENTION!!
After upgrading to 1.0.3, a restart of Godot is strongly recommended
For more details see GD-139: Plugin is broken after Update from 1.0.2 to 1.0.3
Improvements
- GdUnit3Inspector
- Changes wiki button to doc tool button
- Added new tool button to configure GdUnit3 Settings (#89 )
- ArrayAssert
- You can now use function name chaning on extract functions by using function names separated by a dot #133
# get_parent.get_name -> like get_parent().get_name() to extraxt the name from the parent assert_arrary(nodes).extract("get_parent.get_name").contains("name_a", "name_b")