Anders Hovmöller

Results 534 comments of Anders Hovmöller

Maybe just print out a warning if you show a non-surviving mutant? Since you're probably making a mistake at that point.

Hmm.. interesting. Can you see that the tests indeed do not fail? That seems strange!

How about instead adding a flag `--ci` that has a totally different output scheme? Something that is more like a log format: ``` Running tests without mutation Tests without mutation...

The .mutmut-cache file is the only artifact I guess? If you run in CI you should probably keep that and try to reuse it for subsequent runs.

Heh. "Scheduled" is amusing. This project is something I do on my limited free time and it contends with many many of my other projects.

This change is obviously an improvement but it has a little problem which is that that parameter can be stored in a config file and this doesn't handle that. I...

There really is no difference between the default path, the config and the command line. Or rather I'd really prefer there not to be any difference. I am working on...

Well yea. The point of storing the config is so that other people than the person who first set it up can run it. Maybe that will work and maybe...