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
I saw that version 5 introduced ignore_equal_values.
In the past I already thought it would be nice to have a general acceptance test for incoming updates.
So while version 5 is not officially released I propose to change the architecture to have a field isinvalid which accepts a function as validy check. In case of ignore_equal_valuesisinvalid would be set to isequal
I'll submit a draft PR how that could look like.
The text was updated successfully, but these errors were encountered:
I saw that version 5 introduced
ignore_equal_values
.In the past I already thought it would be nice to have a general acceptance test for incoming updates.
So while version 5 is not officially released I propose to change the architecture to have a field
isinvalid
which accepts a function as validy check. In case ofignore_equal_values
isinvalid
would be set toisequal
I'll submit a draft PR how that could look like.
The text was updated successfully, but these errors were encountered: