Updating gitea workers and adding gdunit4 and fake test.
Run Tests / test (push) Failing after 12s
Validate Project / validate (push) Failing after 12s

This commit is contained in:
2026-08-27 15:23:24 -07:00
parent e68f126f32
commit 02c1a540f9
510 changed files with 30603 additions and 31 deletions
@@ -0,0 +1,10 @@
# base interface for assert value provider
class_name ValueProvider
extends RefCounted
func get_value() -> Variant:
return null
func dispose() -> void:
pass