From 667eb8bc3e039e95a357cb9242c1b7c6233c4620 Mon Sep 17 00:00:00 2001 From: bitbrain Date: Fri, 15 Sep 2023 17:47:35 +0100 Subject: [PATCH] update GdUnitRunner --- .gitignore | 4 +++- addons/gdUnit4/GdUnitRunner.cfg | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c305038..81cb5491 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ -.godot/ \ No newline at end of file +.godot/ + +addons/gdUnit4/GdUnitRunner.cfg \ No newline at end of file diff --git a/addons/gdUnit4/GdUnitRunner.cfg b/addons/gdUnit4/GdUnitRunner.cfg index e8b7ffd3..59dd7687 100644 --- a/addons/gdUnit4/GdUnitRunner.cfg +++ b/addons/gdUnit4/GdUnitRunner.cfg @@ -1 +1 @@ -{"included":{"res://test/ui/components/properties/property_control_kvp_test.gd":["test_signal_original_property_selected"]},"server_port":31002,"skipped":{},"version":"1.0"} \ No newline at end of file +{"included":{"res://test/":[]},"server_port":31002,"skipped":{},"version":"1.0"} \ No newline at end of file