138: Mutation Testing in Python with mutmut - Anders Hovmöller

19/11/2020 28 min Episodio 138
138: Mutation Testing in Python with mutmut - Anders Hovmöller

Listen "138: Mutation Testing in Python with mutmut - Anders Hovmöller"

Episode Synopsis


Your test suite tells you about the quality of your code under test. Mutation testing is a way to tell you about the quality of your test suite. Anders Hovmöller wrote mutmut for mutation testing in Python, and can be used with pytest, unittest, and others. In this episode, Anders explains mutation testing, how mutation testing with mutmut works, and good workflows.Special Guest: Anders Hovmöller.Links:mutmut · PyPIcosmic-ray · PyPIMutPy · PyPIparso · PyPImutmut documentationNed Batchelder article on mutmut