From 0ab678dbb99a8e34dbb35ac7a4729b7f8105b3a8 Mon Sep 17 00:00:00 2001 From: Exobyt Date: Thu, 19 Sep 2024 19:04:42 +0200 Subject: [PATCH] Replaced GUT with gdunit4 --- plugins.md | 4 ++-- project.godot | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.md b/plugins.md index 3bbc639..34b9eb9 100644 --- a/plugins.md +++ b/plugins.md @@ -7,8 +7,8 @@ Runs `gdlint` on save to automatically lint your GDScript as you code. # [Godot Git Plugin](https://github.com/godotengine/godot-git-plugin/) This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki -# [Gut](https://github.com/bitwes/Gut) -Unit Testing tool for Godot. +# [gdUnit4](https://github.com/MikeSchulze/gdUnit4) +Unit Testing Framework for Godot Scripts # [LocalizationEditor](https://github.com/VP-GAMES/LocalizationEditor) Simple editor to localize application diff --git a/project.godot b/project.godot index 143aa7c..2ded749 100644 --- a/project.godot +++ b/project.godot @@ -39,7 +39,7 @@ version_control/autoload_on_startup=true [editor_plugins] -enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg", "res://addons/gdLinter/plugin.cfg", "res://addons/localization_editor/plugin.cfg") +enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg", "res://addons/gdLinter/plugin.cfg", "res://addons/localization_editor/plugin.cfg", "res://addons/gdUnit4/plugin.cfg") [global_group]