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

Investigate and/or set up mutation testing #46

Open
RandomSpaceship opened this issue Jan 1, 2025 · 0 comments
Open

Investigate and/or set up mutation testing #46

RandomSpaceship opened this issue Jan 1, 2025 · 0 comments
Labels
05-enhancement New feature or request 23-testing Involves testing stuff

Comments

@RandomSpaceship
Copy link
Contributor

Long-term goal, very possibly more work than it's worth. Mutation testing aims to test that your test suite works properly by randomly mutating the source code and re-running the program, then testing to see if the test suite caught the issue.

@RandomSpaceship RandomSpaceship added 05-enhancement New feature or request 23-testing Involves testing stuff 93-low-priority and removed 93-low-priority labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05-enhancement New feature or request 23-testing Involves testing stuff
Projects
None yet
Development

No branches or pull requests

1 participant