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
Idea here is to check if parametrized contains a duplicated dictionaries and if so fail fast the test.
Problem though is that pytest behavior on parameterized is different...basically pytest does not seem to care if you have duplicates.
Thing to think about for a minute, I guess :)
The text was updated successfully, but these errors were encountered:
Ref: kornicameister/loguru-mypy#31 (comment)
Idea here is to check if
parametrized
contains a duplicated dictionaries and if so fail fast the test.Problem though is that
pytest
behavior on parameterized is different...basicallypytest
does not seem to care if you have duplicates.Thing to think about for a minute, I guess :)
The text was updated successfully, but these errors were encountered: