mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-02-04 16:16:05 +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
|
continue
|
||||||
|
|
||||||
if debug_print:
|
if debug_print:
|
||||||
print(method_data["name"])
|
print(name_of_class + "." + method_data["name"])
|
||||||
|
|
||||||
var arguments: Array = return_for_all(method_data)
|
var arguments: Array = return_for_all(method_data)
|
||||||
object.callv(method_data["name"], arguments)
|
object.callv(method_data["name"], arguments)
|
||||||
|
Loading…
Reference in New Issue
Block a user