documentationenhancementgood first issuetesting
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
Integrate with Mutatest to ensure that our unit tests are effective. This is a mutation testing library that will create mutatnts of your code under test and check for failures (expected). If no failures are found, the tests are likely not sufficiently testing the business logic of the code.
Acceptance Criteria
- Ability to run mutatest manually (should work out of the box)
- Configure mutatest to run against all branch PRs
- (Optional) configure mutatest to run as a pre-commit hook to ensure that all commits maintain the test quality of the project.