Mutmut version: 22f3924
Python version: 3.9.21
OS: Fedora Linux 41
Repo: https://github.com/makhidkarun/traveller_pyroute
pyproject.toml bits:
paths_to_mutate = ["PyRoute/"]
tests_dir = ["Tests/"]
also_copy = ["Tests/", "PyRoute/Pathfinding/*.so"]
runner = "pytest -x"
After getting past #415 , I'm now actually getting mutants to run, but:
⠼ Generating mutants
done in 44193ms
⠇ Listing all tests
⠼ Running clean tests
done
⠧ Running forced fail test
done
Running mutation testing
⠴ 30097/30097 🎉 0 🫥 30097 ⏰ 0 🤔 0 🙁 0 🔇 0
0.00 mutations/second
no mutants are actually being tested.
I'm not sure how this case differs from #351 , but the following are things I can find:
- mutants/ directory not committed to git.
- Tests/ directory is not being mutated.
- In the branch I'm working in, I've removed PyRoute. from imports, across both code and tests.
- Forced-fail testing runs clean.
Mutmut version: 22f3924
Python version: 3.9.21
OS: Fedora Linux 41
Repo: https://github.com/makhidkarun/traveller_pyroute
pyproject.toml bits:
After getting past #415 , I'm now actually getting mutants to run, but:
no mutants are actually being tested.
I'm not sure how this case differs from #351 , but the following are things I can find: