Skip to content

Commit 0222ed3

Browse files
committed
Remove mobile basic tests
1 parent 38b64ee commit 0222ed3

File tree

3 files changed

+1
-170
lines changed

3 files changed

+1
-170
lines changed

project/test/mobile_tests.gd

Lines changed: 0 additions & 166 deletions
This file was deleted.

project/test/mobile_tests.gd.uid

Lines changed: 0 additions & 1 deletion
This file was deleted.

project/views/tools.gd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ const MOBILE_TESTS_FILE := "res://test/mobile_tests.gd"
44

55

66
func _ready() -> void:
7-
%RunTestsButton.visible = FileAccess.file_exists(MOBILE_TESTS_FILE)
7+
%RunTestsButton.visible = DirAccess.dir_exists_absolute("res://test/suites/")
88

99

1010
func _on_run_tests_button_pressed() -> void:
11-
#var tests = load(MOBILE_TESTS_FILE).new()
12-
#tests.run_tests()
1311
var test_runner = load("res://test/util/test_runner.gd").new()
1412
test_runner.include_tests("res://test/suites/")
1513
add_child(test_runner)

0 commit comments

Comments
 (0)