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

mutation testing on the fly #466

Open
0xkarmacoma opened this issue Feb 21, 2025 · 0 comments
Open

mutation testing on the fly #466

0xkarmacoma opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@0xkarmacoma
Copy link
Collaborator

injecting faults in source code is not ideal because recompiling source is slow and cumbersome

instead, we may want to inject faults at the bytecode level and expect a violation in some test. If no violation is found despite the fault, we need to report it. Ideally, we can tie it back to a source location so that it's actionable.

@0xkarmacoma 0xkarmacoma added the enhancement New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant