David R. MacIver
David R. MacIver
Sadly, no. As far as I can tell there's no way for me to integrate with py.test fixtures at the per example level.
I actually asked @boustrophedon to file this, as I thought it was a nice example and it's a shame that it doesn't work out of the box. I don't think...
> I've been thinking about the possibility of adding a “filtered sampling” strategy that allows end-users to use shrink-open techniques in a controlled and user-friendly way. I like this idea...
It's definitely not closed by #792. I don't think this is necessarily a single strategy function. But an example of a capability that we don't currently support and that I'd...
Another thing to consider is ANTLR grammar definitions, mostly on grounds that there are a lot of them! [picireny](https://github.com/renatahodovan/picireny) uses these from Python to do test-case reduction, although I haven't...
> On further investigation, I think our best option would actually be to handle this upstream by adding a Lark.from_abnf constructor method. I'm therefore closing this as implemented by #1740....
I wouldn't go as far as to say it was interesting. There's a big line in my benchmarking script that says "Is this statistically sound? ¯_(ツ)_/¯". :-) If you're interested,...
Ah, apologies. I should have searched previous issues for duplicates. I don't think either of those are likely to be viable for me unfortunately, as I need this to work...
I think there are two slightly distinct things here: 1. Compatibility with different CbC problems (genuine problem, solution is currently to use master as you say) 2. The error you...
Hmm. I've not seen that before. Weird. By a complete coincidence I happen to have just removed that line of code, so I might just have fixed this by accident....