-
Notifications
You must be signed in to change notification settings - Fork 101
Home
Butch Wesley edited this page Feb 2, 2020
·
38 revisions
GUT (Godot Unit Test) is a utility for writing tests for your Godot Engine game. It allows you to write tests for your gdscript in gdscript.
- As of version 6.7.0 Gut is compatible with version 3.1. It is also compatible with version 3.0.x.
- As of version 6.8.1 Gut is compatible with version 3.2 as well as 3.1.x and 3.0.x.
- Using Gut at the command line
- Inner Test Classes
- Simulate
- Yielding during tests
- Doubling
- Spies
- Stubbing
- Pre/Post Run Hooks
There are a fair number of warnings that Godot will show related to GUT. Some of the warnings are valid and are being cleaned up overtime. Most of the warnings are not valid and sometimes relate to generated code. As of 3.2 you can disable warnings for addons, and it recommended you do so.
Gut is provided under the MIT license. The license is distributed with Gut so it is in the addons/gut
folder.
You can talk to me, Butch Wesley
- Github: bitwes
- Godot forums: bitwes