Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from quickcheck to proptest #673

Merged
merged 4 commits into from
Aug 18, 2024
Merged

Conversation

ripytide
Copy link
Member

Fixes #626

@cospectrum
Copy link
Contributor

You didn't disable miri on proptests

@cospectrum
Copy link
Contributor

You can move them to local mod proptests

@ripytide
Copy link
Member Author

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.

@cospectrum
Copy link
Contributor

You can make some helpers from mod tests public

@ripytide
Copy link
Member Author

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.

@cospectrum
Copy link
Contributor

Lgtm

@theotherphil
Copy link
Contributor

A nice improvement, thanks. I’ll merge after the version issue is resolved.

@cospectrum
Copy link
Contributor

It's because of dependencies, need to restart the job somehow. MSRV was increased in another PR

@cospectrum
Copy link
Contributor

Details -> rerun, probably

@theotherphil theotherphil merged commit 908f113 into image-rs:master Aug 18, 2024
14 of 15 checks passed
@theotherphil
Copy link
Contributor

Thanks!

@ripytide ripytide deleted the proptest branch August 18, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate from quickcheck to proptest
3 participants