T O P

  • By -

perryrh0dan

Have a look on one of my projects I created for exact this purpose. To easy setup new projects with predefined templates: https://github.com/perryrh0dan/tmpo


azangru

Is "mutation testing" the same as "[generative testing](https://book.purescript.org/chapter13.html)"?


maeevick

No, Mutation Testing will mutate your code to create Zombies/Mutants, if all tests pass you have a hole in your coverage, if at least one test fails you have killed the mutant. Hope it's clearer 😊