GUT - Godot Unit Testing (Godot 4)'s icon

GUT - Godot Unit Testing (Godot 4) 9.5.0 Tools 4.5 Community

Submitted by user bitwes; MIT; 2025-09-17

GUT for Godot 4.5

This release requires Godot 4.5. You can find a full list of earlier versions and links in the README: https://github.com/bitwes/Gut/blob/main/README.md

GUT stands for Godot Unit Testing and...as you may guess, it is a tool for creating and running tests.

Features
* Run tests easily through the Godot Editor, Command Line, or VSCode.
* A plethora of asserts and utility methods to help make your tests simple and concise.
* Support for Inner Test Classes to give your tests some extra context and maintainability.
* Doubling: Full and Partial doubles, Stubbing, Spies.
* Parameterized Tests
* Export results in standard JUnit XML format.

More info can be found in the wiki: https://gut.readthedocs.io/en/latest/


View files Download Submit an issue Recent Edits