-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GD-563: Parameterized test not executed when using typed arrays end ends with invalid success state #563
Comments
MikeSchulze
added a commit
that referenced
this issue
Sep 18, 2024
…nds with invalid success state # Why #563 # What - simplify scrip parsing - cleanup script parser - use suffixed values on doubler to avoid name clashes with arguments - finally added `fixure_typed_parameters` to convert the test paramater array to typed array if need
MikeSchulze
added a commit
that referenced
this issue
Sep 18, 2024
…nds with invalid success state # Why #563 # What - simplify scrip parsing - cleanup script parser - use suffixed values on doubler to avoid name clashes with arguments - finally added `fixure_typed_parameters` to convert the test paramater array to typed array if need
MikeSchulze
added a commit
that referenced
this issue
Sep 19, 2024
…nds with invalid success state # Why #563 # What - simplify scrip parsing - cleanup script parser - use suffixed values on doubler to avoid name clashes with arguments - finally added `fixure_typed_parameters` to convert the test paramater array to typed array if need
MikeSchulze
added a commit
that referenced
this issue
Sep 19, 2024
…nds with invalid success state # Why #563 # What - simplify scrip parsing - cleanup script parser - use suffixed values on doubler to avoid name clashes with arguments - finally added `fixure_typed_parameters` to convert the test paramater array to typed array if need
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #561
Originally posted by joshuafolkken August 31, 2024
When I add a type to an Array in the test method arguments, the test passes.
result: FAILED (This is the correct result)
result: PASSED (This is not the correct result)
What should I do?
Environment Details
The text was updated successfully, but these errors were encountered: