MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
565 stars 30 forks source link

GD-553: Add missing test coverage for `get_child` and `get_node` #555

Closed MikeSchulze closed 1 month ago

MikeSchulze commented 1 month ago

Why

We miss the text coverage on GdUnitTestSuite for get_child and get_node

What

Added missing tests