stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 664 forks source link

[Mutations Testing] for PR: MARF'ed Nakamoto chainstate #4930 #4960

Open ASuciuX opened 2 months ago

ASuciuX commented 2 months ago

Is your feature request related to a problem? Please describe. Mutations Testing works by modifying the body of the function to a default return. eg. if i have a sum function which returns int -> the mutant would replace it with return 0

This issue is done in order to track which functions got their tests fixed after being highlighted by the mutants.

Resources

ASuciuX commented 2 months ago

Timeout Mutants - docs

ASuciuX commented 1 month ago

Missed Mutants - docs

ASuciuX commented 1 month ago

Unviable Mutants - docs

ASuciuX commented 1 month ago

Caught Mutants - docs