Replaced GUT with gdunit4
This commit is contained in:
parent
36fc4abc8f
commit
0ab678dbb9
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue