1
0
Fork 0
mirror of https://github.com/bitwes/Gut synced 2025-12-21 06:03:10 +00:00
Miroir de Gut - un framework de tests unitaires pour Godot Engine
Find a file
2025-12-09 15:45:04 -05:00
.github/ISSUE_TEMPLATE Made a new bug template for new bugs (#597) 2024-05-10 11:03:01 -04:00
addons/gut somehow i commented this out 2025-12-09 11:46:59 -05:00
documentation updated warnings documentation 2025-12-09 15:45:04 -05:00
images Godot 4 5 (#760) 2025-09-16 14:12:53 -04:00
scenes fix exclude addons to set directory_rules instead 2025-12-08 14:02:57 -05:00
scratch fix exclude addons to set directory_rules instead 2025-12-08 14:02:57 -05:00
scripts Singleton doubling (#782) 2025-11-22 14:01:52 -05:00
templates Singleton doubling (#782) 2025-11-22 14:01:52 -05:00
test fix exclude addons to set directory_rules instead 2025-12-08 14:02:57 -05:00
.gitattributes try final 2023-03-01 18:15:01 -05:00
.gitignore Doctools generation (#672) 2024-11-29 17:29:33 -05:00
.gutconfig.json Godot 4 5 (#760) 2025-09-16 14:12:53 -04:00
.readthedocs.yaml Godot 4 readthedocs (#539) 2023-12-26 12:31:33 -05:00
CHANGES.md Singleton doubling (#782) 2025-11-22 14:01:52 -05:00
default_env.tres Another attempt at porting to Godot 4 2022-07-30 18:18:18 +01:00
error_tracker.gd.uid Godot 4 5 (#760) 2025-09-16 14:12:53 -04:00
GODOT_4_README.md Refactor wait methods (#701) 2025-04-17 17:39:01 -04:00
icon.png I473 - Move Gut Panel settings out of res:// (#559) 2024-01-24 13:57:43 -05:00
icon.png.import Godot 4 5 (#760) 2025-09-16 14:12:53 -04:00
project.godot fix exclude addons to set directory_rules instead 2025-12-08 14:02:57 -05:00
README.md readme links 2025-09-16 18:09:15 -04:00
readme_gutconfig.json Optimize PNG images using oxipng and format files for POSIX compliance (#367) 2022-06-21 10:39:06 -04:00

gut logo

If you'd like to support me you can buy me a coffee.

If you'd like to support me you can buy me a coffee.

GUT

GUT (Godot Unit Test) is a unit testing framework for the Godot Engine. It allows you to write tests for your gdscript in gdscript.

GUT versions 9.x are for Godot 4.x.
GUT versions 7.x (currently 7.4.2) are for Godot 3.x.

Documentation

Documentation is hosted at https://gut.readthedocs.io/

Version Links

There are only two versions of GUT in the Asset Library (one for Godot 3 and one for Godot 4). GUT will not appear in the Asset Library if your current version of Godot is less than GUT's required version. Here's the highest version of GUT per Godot version.

GUT Minimum Required
GodotVersion
Main Branch 4.5 (or greater)
9.5.0 4.5 repo download Asset Library
9.4.0 4.3 repo download
9.3.0 4.2 repo download
9.1.1 4.1 repo download
9.0.1 4.0 repo download
7.4.3 3.5 repo download Asset Library

To install from the zip link:

  • Download the zip and extract it
  • Put the addons/gut directory into your project.
  • Enable the GUT plugin.

You will need to relaunch Godot.

Features

Panel

Getting Started

VSCode Extension

Run your tests directly from the VSCode Editor. Search VSCode extensions for "gut-extension". The plugin has commands to run your entire test suite, a single test script or a single test.

Thanks for using GUT. If you'd like to support me you can buy me a coffee.

License

Gut is provided under the MIT license. License is in addons/gut/LICENSE.md.