summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-05-25 23:48:52 +0200
committerSophia Pearson <codergal89@gmail.com>2022-05-25 23:48:52 +0200
commit6363292d14d84ae0641b6ce1048f4ca7268ebb49 (patch)
tree620d07656d30173fedf7c73338e3e14cc5fc28ab
parent4bc03b7b47f0c6b7d66c0cc69178861889623319 (diff)
downloadtexty-6363292d14d84ae0641b6ce1048f4ca7268ebb49.tar.xz
texty-6363292d14d84ae0641b6ce1048f4ca7268ebb49.zip
addons: remove WAT leftovers
-rw-r--r--project.godot12
-rw-r--r--results.xml9
2 files changed, 0 insertions, 21 deletions
diff --git a/project.godot b/project.godot
index 08204de..f293e66 100644
--- a/project.godot
+++ b/project.godot
@@ -30,18 +30,6 @@ _global_script_class_icons={
"GutTest": ""
}
-[WAT]
-
-Test_Directory="res://Tests"
-Results_Directory="res://"
-Test_Metadata_Directory="res://"
-Tags=PoolStringArray( )
-Cache_Tests=false
-Window_Size=Vector2( 1280, 720 )
-Minimize_Window_When_Running_Tests=true
-Port=6008
-Display=8
-
[application]
config/name="Texty"
diff --git a/results.xml b/results.xml
deleted file mode 100644
index ab0eb97..0000000
--- a/results.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" ?>
-<testsuites failures="0" name="TestXML" tests="1" time="4.909">
- <testsuite name="InputContainerTest" failures="0" tests="3" time="0">
- <testcase name="CanInstantiate" time="0"></testcase>
- <testcase name="HasInputField" time="0"></testcase>
- <testcase name="PressingEnterInInputFieldEmitsInputSubmitted" time="0"></testcase>
- </testsuite>
-
-</testsuites> \ No newline at end of file