You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hypothesis users
Hey,
I'm using stateful testing on a class that is a sort of DB (so has actions like add, delete, update). My main problem is that when it fails it doesn't show the example that made it fail, only `actual` and `expected`. It's extremely hard to debug this way.