You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the tests that use multiple values within the set, pytest is unable to locate them at run time even though it finds them during collection it seems.
Note: I actually was able to reproduce this within pytest itself when replacing their ids=with lambda x: f"arg1 {str(x)}" so perhaps not a pytest_cases specific issue? Could be another enhancement though :)
The text was updated successfully, but these errors were encountered:
TheCaffinatedDeveloper
changed the title
Pytest fails for find tests when @parametrize args are iterables
Pytest fails for find tests when @parametrize args are sets with multiple values
Oct 30, 2024
I believe this has something to do with
idgen
at some point but when you do the followingOn the tests that use multiple values within the set, pytest is unable to locate them at run time even though it finds them during collection it seems.
The text was updated successfully, but these errors were encountered: