mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-03 14:09:15 +03:00
Print class before method (#34)
This commit is contained in:
@@ -42,7 +42,7 @@ func tests_all_functions() -> void:
|
||||
continue
|
||||
|
||||
if debug_print:
|
||||
print(method_data["name"])
|
||||
print(name_of_class + "." + method_data["name"])
|
||||
|
||||
var arguments: Array = return_for_all(method_data)
|
||||
object.callv(method_data["name"], arguments)
|
||||
|
||||
Reference in New Issue
Block a user