Game Development
Unit Testing Godot Games: GUT Framework Getting Started
GUT (Godot Unit Test) is the de facto unit testing framework for Godot games. It integrates directly into the Godot editor, lets you write tests in GDScript alongside your game code, and runs headlessly for CI pipelines. This guide covers installation, writing your first tests, and the assertion API. Key