Results 4 comments of Luiz M

I'm facing something similar issue. Mutants are being created, but the tests are not being executed Python version: `3.12.5` setup.cfg ```yaml [mutmut] paths_to_mutate = src/ runner = pytest tests/ tests_dir...

Hi @boxed ! Happy New Year! 🥳 Link to repo: https://github.com/MrMicc/Study/tree/main/python-playground Thanks in advance

> @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. Hey...

> @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...