Merge pull request #85178 from HolonProduction/completion-tests

Add unit test runner for autocompletion
This commit is contained in:
Rémi Verschelde
2024-01-08 11:51:03 +01:00
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.

View File

@@ -3,7 +3,7 @@
; It also helps for opening Godot to edit the scripts, but please don't
; let the editor changes be saved.
config_version=4
config_version=5
[application]