Anders Hovmöller
Anders Hovmöller
MutPy has been abandoned a long time. You should look at mutmut (by me), or Cosmic-Ray for mutation testing tools that are maintained.
I think it makes sense to just put it in a separate bucket. I pushed that change. You can try it with the code on `main` and see if that...
Thanks for the report. I am really struggling to include that file in the installed package. It's in the sdist file, but not installed, and it's not in the wheel,...
YES! I got it to work finally. Version 3.0.5 should work now!
junitxml is indeed gone. If I get a PR to reintroduce it, or introduce a separate `mutmut write-junit` command or something I would merge it. Personally I've never seen the...
> Whuh? Why would mutmut enforce that specifically for a directory named src only? The vast majority of python projects either have their main module directly in the root, or...
> Then running pytest after mutmut reveals that the __pycache__ files from mutmut has broken pytest: No, that's not what you see. Pytest is going into the `mutants` directory and...
Hmm. Yea, that's right. As mutmut 3 is now tightly integrated with pytest, that option didn't survive. I think it should be fairly easy to implement though. It looks like...
Hmm.. I wonder what goes on here. Could you give me the full log? Is this crash from the stats phase, clean tests phase...? Can you run `python -m pytest`...
What happens when you run `poetry run pytest --doctest-glob=*.md --doctest-modules --ignore=mutants --random-order --strict-config --strict-markers -x -q --import-mode=append` ?