Skip to content
Butch Wesley edited this page Jun 7, 2020 · 38 revisions

Gut 7.0.0

GUT (Godot Unit Test) is a utility for writing tests for your Godot Engine game. It allows you to write tests for your gdscripts in gdscript.

Godot 3.1.x, 3.2 Compatible.

  • As of version 6.8.1 Gut is compatible with version 3.2.x as well as 3.1.x.

Getting Started

Advanced Testing

Engine Warnings

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. exclude_addons

License

Gut is provided under the MIT license. The license is distributed with Gut so it is in the addons/gut folder.

Contributing

Contributing

Who do I talk to?

You can talk to me, Butch Wesley

  • Github: bitwes
  • Godot forums: bitwes
  • Godot Discord: bitwes
Clone this wiki locally