mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-12-23 13:57:21 +01:00
Print class in method
This commit is contained in:
parent
191c97fea8
commit
86e0a6c326
@ -40,7 +40,7 @@ func tests_all_functions() -> void:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if debug_print:
|
if debug_print:
|
||||||
print(method_data.get("name"))
|
print(name_of_class + "." + method_data.get("name"))
|
||||||
|
|
||||||
var arguments: Array = return_for_all(method_data)
|
var arguments: Array = return_for_all(method_data)
|
||||||
object.callv(method_data.get("name"), arguments)
|
object.callv(method_data.get("name"), arguments)
|
||||||
|
Loading…
Reference in New Issue
Block a user