|
|
|
|
|
by ianthehenry
1074 days ago
|
|
Mutation testing is where you make changes to your code's logic as a way to ensure that you have good test coverage for that bit of logic. Mutation testing is helpful with any kind of tests -- assertions, snapshots, whatever -- as a way to check that your tests are actually able to catch interesting bugs, but the idea is orthogonal to this workflow. |
|
Really interesting stuff I'm going to play with personally and in school I think. Thank you.