Hi Proptest team,
We are using your library in our SCION packet parsing library, and the experience has been excellent.
To better bridge property-based testing and traditional unit testing, I would like to request support for extracting a single value from a strategy without having to manually set up a TestRunner.
This would make it easier to reuse strategies in conventional tests and small targeted test cases.
Hi Proptest team,
We are using your library in our SCION packet parsing library, and the experience has been excellent.
To better bridge property-based testing and traditional unit testing, I would like to request support for extracting a single value from a strategy without having to manually set up a
TestRunner.This would make it easier to reuse strategies in conventional tests and small targeted test cases.