Testing in Godot: How I Personally Approach It
Too Long; Didn't Read
Godot Unit Test (GUT) can be installed from AssetLib in one click. It provides a class that we can extend for our test scripts. It has a nice UI with the ability to use Godot's debugger and run individual tests. It can be run from CLI and in CI (but I will deal with this later)
Share Your Thoughts