Closed ripytide closed 3 months ago
You didn't disable miri on proptests
You can move them to local mod proptests
Some utility functions were used in both normal tests and protests so I found it easier to just leave them together, but I suppose the best solution would be to add another shared utils
module.
You can make some helpers from mod tests
public
Okay I've extracted all proptests into their own proptest
modules which is definitely much nicer. Thanks @cospectrum for the pointer on making testing utilities pub
.
Lgtm
A nice improvement, thanks. I’ll merge after the version issue is resolved.
It's because of dependencies, need to restart the job somehow. MSRV was increased in another PR
Details -> rerun, probably
Thanks!
Fixes #626