Anders Hovmöller
Anders Hovmöller
Hmm.. well the band aid is to not call stop(). There is really no reason for you to anymore! Maybe we shouldn't even try to fix it, just deprecate and...
What information do you want in such a docstring?
My brain hurts too when I have to think about this type of thing _at all_, so I'm not a huge help. I'm a maintainer here mostly to help with...
@marcelofern this is an open source project. There is no "being worked on" unless a volunteer does it. PRs are of course welcome.
This is absolutely a bug.
I also believe this is a mistake. I would argue that it's well worth breaking peoples existing tests if they rely on the current behavior in these situations.
``` 17: 1 18: """ 19: __slots__ = () 20: ~21: def __repr__(self): 22: super().__repr__() 23: pieces = ('%s=%s' % (key, \ 24: repr(val) if val is not self 25:...
The output still makes no sense to me. Let's take an example: ``` - [# 33] SCIP tri.struct._pystruct:60 : -------------------------------------------------------------------------------- 56: del self[item] 57: except KeyError: 58: object.__delattr__(self, item) 59:...
Ah, and as I said in the other ticket, when I tried now 100% of mutants survived, which is clearly wrong.
Diff output is a one-liner. Here's the code from mutmut: https://github.com/boxed/mutmut/blob/master/mutmut/__main__.py#L212