Skip to content

Integrate with Mull for mutation testing - #1202

Draft
isaacbrodsky wants to merge 12 commits into
uber:masterfrom
isaacbrodsky:mull-integration
Draft

Integrate with Mull for mutation testing#1202
isaacbrodsky wants to merge 12 commits into
uber:masterfrom
isaacbrodsky:mull-integration

Conversation

@isaacbrodsky

Copy link
Copy Markdown
Collaborator

Adds support for running the tests under Mull, a mutation testing framework. Mutation testing helps evaluate the quality of the test suite by seeing how well it catches randomly inserted errors in the program under test.

  • This is (in another form, for branches specifically) is part of the SQLite test methodology
  • I had to modify the tests that accept data files to optionally read from the file themselves, otherwise the tests are unmodified.

A full run can take quite some time so it probably does not make sense to run this on every PR.

@coveralls

coveralls commented Jul 27, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 99.662%. remained the same — isaacbrodsky:mull-integration into uber:master

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.

2 participants