Reducing bugs in Godot games with unit testing

https://www.youtube.com/watc...
Have you ever fixed a bug and added two new ones in the process? That's what unit testing is for. In this tutorial, we'll talk about Godot Unit Testing (GUT). GUT documentation: https://github.com/bitwes/Gut/wiki Godot tutorials: https://www.youtube.com/playlist?list=PL6YVJbuDtlIH7SNTJ3InphWyuG7YdHJ-y 00:00 Intro 00:22 Scene setup 01:20 Installing and configuring GUT 02:20 Creating the first test 03:46 Orphaned nodes 04:17 Extending the test 04:47 Type comparisons 05:08 Fragile tests 07:28 Better error messages 08:11 Outro