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
Hello,
Without specifying min_size and max_size for the text() strategy, which values are being created by that strategy?
Is it possible to “hint” that I’d like one or more examples longer than a max_size or shorter than a min_size (to drive testing down a certain code path)? Or should I combine strategies to achieve that?