Anders Hovmöller
Anders Hovmöller
Thanks for the information. Yea, not super clear what to do in this case, but this information is a good start.
I hit this too. I think a different approach could be to have an `extra` param that you can attach to each row. In win32 nomenclature that's "user data", which...
I don't really understand the example, or the problem. The linked issue seems like it's talking about two things? One which I pointed out a bug that can be worked...
Sorry, but I can't understand what you mean. If you have a crash/error please copy paste it here. Your patch makes no sense to me as it is.
Could you create a project like this and put it up on github and send the link?
I made a new release. There were a bunch of fixed on `main` that made at least the `templite` project run properly. Thanks Ned for a nice and clean reproduction...
I would think this is an issue with that library that you should discuss with them. Mutmut does not modify each test, so I would guess their check for multiple...
I don't remember if this is stored in the result json. You can check easily enough on a test project. In any case that would only be the first test...
Yea ok. Then you'd have to add this to mutmut if you need it.
@benoit-pierre > master+updated pkg_resources: python -c "from pip._vendor import pkg_resources" 0.19s user 0.00s system 99% cpu 0.192 total What does "updated pkg_resources" mean? On my machine the initial import is...