1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Add unit test runner for autocompletion

This commit is contained in:
HolonProduction
2023-11-21 16:06:43 +01:00
parent d822fd5322
commit af4cbaf751
15 changed files with 236 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
[output]
expected=[
{"display": "autoplay"},
]

View File

@@ -0,0 +1,6 @@
extends Node
var test: AnimationPlayer = $AnimationPlayer
func _ready():
test.