godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

Augment unit tests for `OptionButton` #99632

Open wheatear-dev opened 1 day ago

wheatear-dev commented 1 day ago

Further to this comment on my previous PR #93824, this new PR implements the (optional) improvements that were suggested by @Geometror .

A new SUBCASE has been provided, that verifies the getters and setters for:

  1. item_text
  2. item_tooltop
  3. item_metadata

Hope it was worth the wait! 😅