MikeSchulze / gdUnit4

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

GD-579: `Part3:` Minimize `unsafe_property_access` warnings #583

Closed MikeSchulze closed 6 days ago

MikeSchulze commented 1 week ago

Why

If the default settings for warnings are changed to a more detailed level, many warnings are displayed.

What