mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-12 10:25:30 +01:00
Print class before method (#34)
This commit is contained in:
parent
0c0ce3e112
commit
9b0947fc80
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user