diff options
| -rw-r--r-- | project.godot | 12 | ||||
| -rw-r--r-- | results.xml | 9 |
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 |
