Tibor Arpas
Tibor Arpas
@boxed So it seems it is a bug, right? Do you think some of the mutants might have the same file timestamp? (could happen if you create the mutants very...
Reading https://nedbatchelder.com/text/trace-function.html this is unlikely to be fixed very soon....
Unfortunately this is quite a fundamental limitation. It's not impossible to fix but hard.
It's also worth mentioning that if there is at least one function or method from mymodule used in test_mymodule then any change in mymodule is taken into account.
Interesting. After a short investigation I realized that you probably don't have the C extensions installed (there doesn't seem to be 3.11 wheels for coverage available yet.) you can check...
Fixed in v 1.4.0.
.testmondata is an sqlite database which is self-explanatory. Did you explore the database? (Update: As I was corrected the database structure is quite difficult to understand and it needs to...
@boxed @OakNinja It seems the efforts to implement this in coverage.py stalled https://bitbucket.org/ned/coveragepy/issues/170/show-who-tests-what :( As I wrote earlier I think the real challenge is the UI. How often would you...
Documented and stable API never happened and is not a priority because I'm still (occasionally) working on different versions of the underlying algorithm and data structures and I don't feel...
The default behavior of testmon considers all test outcomes equal (passed, failed, skipped), so your proposal is a little confusing to me. What I would like to have is a...