Q&ATrending
Do you practice mutation testing and does it actually improve your test suite?Mutation testing (mutmut for Python, Stryker for JS) sounds powerful in theory: introduce small code changes and verify…
1.1k viewsBe the first to answer
62 discussions
Mutation testing (mutmut for Python, Stryker for JS) sounds powerful in theory: introduce small code changes and verify…
Our engineering director wants 80% code coverage enforced in CI. I understand the intent but I'm worried about…