-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Foundry Mutation Testing #6588
base: master
Are you sure you want to change the base?
Foundry Mutation Testing #6588
Conversation
Hi @samparsky, Huge thanks for your PR! This is definitely a feature we will want to offer and I think Solar's frontend may have unlocked a step towards implementing mutation testing natively in Foundry in an elegant way. Is this something you would be interested in exploring further / collaborate on? cc @DaniPopes / @grandizzy |
Hi here! I'm from @defi-wonderland, we're really interested in mutation test support in Foundry and down to help making it happen! Is a Gambit integration something you're still working on @samparsky ? Or anyone else from Certora perhaps (iirc you mentioned it last ethcc @chandrakananandi )? We're happy giving a hand or resuming this (much needed) foundry functionality! |
Motivation
This implements a simple mutation testing based on the gambit crate.
Checkout the issue to find out progress #478
Solution
It aims to implement simple operator-based mutation tests using the gambit crate.