MikeSchulze / gdUnit3

A Godot Unit Test Framework. Support for gdScript and c# unit testing
MIT License
312 stars 22 forks source link

GD-341: Using a dictionary parameter in parameterized tests results into a runtime error #343

Closed MikeSchulze closed 1 year ago

MikeSchulze commented 1 year ago

Why

Using dictionary on a parameterized was end up into a runtime error.

What

Fix the script parser to work with dictionaries as test arguments