mgzwarrior/gait

Integrate with Mutatest

Aperta

#16 aperta il 9 lug 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Python (0 fork)auto 404
documentationenhancementgood first issuetesting

Metriche repository

Star
 (2 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor