From 454ec831111273bfe37b9f397b21bc77786c0bc8 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Fri, 27 May 2022 23:21:49 +0200 Subject: tests: extract UI helper functions --- project.godot | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'project.godot') diff --git a/project.godot b/project.godot index f293e66..8f0fffb 100644 --- a/project.godot +++ b/project.godot @@ -23,11 +23,17 @@ _global_script_classes=[ { "class": "GutTest", "language": "GDScript", "path": "res://addons/gut/test.gd" +}, { +"base": "Node", +"class": "UiHelpers", +"language": "GDScript", +"path": "res://Tests/ui_helpers.gd" } ] _global_script_class_icons={ "CommandParserTestBase": "", "GutHookScript": "", -"GutTest": "" +"GutTest": "", +"UiHelpers": "" } [application] -- cgit v1.2.3