Anders Hovmöller
Anders Hovmöller
@MrMicc The code you have there is not correct. https://github.com/MrMicc/Study/blob/main/python-playground/tests/domain/model/usuario/usuario_test.py has imports like `from src....`. They should not begin with `src.`. `src` should not be a module path.
> I'm getting a slightly different result with this script than with my system : Yea. 100% mutants killed. 100% success :P @Julien-Delavisse
@MrMicc We should not add this information to the readme about how to use python. But I've added a check for it in mutmut so it will fail with an...
@ytqxyd maybe you're hitting #368?
@ytqxyd > all the tests under test are also generated. You mean mutants were generated for the tests? In that case it is the same issue as I mentioned. Tests...
Ah. I misunderstood then. That is all expected and correct then.
@ytqxyd if it fails on the forced fail part, then it's probably a python path issue. I don't really have much time to work on mutmut. I got a few...
The output you showed looks like the `mutmut show` output. That just shows that mutmut has enumerated the mutant, not that it has tested that mutant.
And it's not just that that mutant was checked when you didn't have that conf? The cache will remember mutants...
I just released mutmut 3, which is a big rewrite. `mutmut_config` is not a thing in mutmut 3 (at least not yet), so this issue no longer applies.