Hi, I am still trying to find my way in the Godot ecosystem and now I am wondering if it is common to write automated tests like unit tests and if there are official test frameworks.
Thanks Bernd
Godot doesn't come with an official GDScript unit test framework, but you can use the Gut or WAT add-ons for unit testing in GDScript.