mgzwarrior/gait

Integrate with Mutatest

Open

#16 opened on Jul 9, 2023

 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
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

  1. Ability to run mutatest manually (should work out of the box)
  2. Configure mutatest to run against all branch PRs
  3. (Optional) configure mutatest to run as a pre-commit hook to ensure that all commits maintain the test quality of the project.

Contributor guide