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 a postcondition fails, PropEr should say which one failed. Instead it just says that some postcondition failed, so it's necessary to hunt around for which one. For example:
When a postcondition fails, PropEr should say which one failed. Instead it just says that some postcondition failed, so it's necessary to hunt around for which one. For example:
Shrinking .(1 time(s))
[{set,{var,2},{call,restdict,erase,[[97]]}}]
History: [{[],[]}]
State: []
Res: {postcondition,false}
Maybe it would help to return a descriptive string along with the boolean for the postcondition.
The text was updated successfully, but these errors were encountered: