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
When using @pytest.mark.parametrize with the ids argument, snapshots are saved in alphabetical order of ids instead of in the declared order. This makes snapshots harder to read, especially when there are many parametrisations and they are in some logical order (e.g. from simple to complex)
When using
@pytest.mark.parametrize
with theids
argument, snapshots are saved in alphabetical order ofids
instead of in the declared order. This makes snapshots harder to read, especially when there are many parametrisations and they are in some logical order (e.g. from simple to complex)To reproduce
With a simple parameterised test setup such as
syrupy will save the snapshots for these tests as
Expected behavior
I would expect that syrupy should save the snapshots for these tests as
Should this be the intended behaviour? If so, I'm happy to do the PR :)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: