While writing another unittest in Python and after learning about multiple testing methods, I got curious how many mutants would be killed if I performed mutation testing on my code.
The problem is that I use Python 2.7 and the only tool I found is MutPy and it's for Python 3.x.
Does anyone know about any (stable and supported) tool for mutation testing for Python 2.7?