You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mutations on my conllu library, the majority of mutation errors are because I've decided not the test Exception message strings. Is there a way for me to set some kind of pattern that mutmut ignores? I found the # pragma: no mutation, but having that on all my raise Exception("...") feels dirty.
Any ideas?
The text was updated successfully, but these errors were encountered:
Yea, this comes up frequently. The discussion is at #47
I haven't committed to a solution because I haven't heard enough real world use cases to know if the solution we settle for is going to cover the use cases.
When running mutations on my conllu library, the majority of mutation errors are because I've decided not the test Exception message strings. Is there a way for me to set some kind of pattern that mutmut ignores? I found the
# pragma: no mutation
, but having that on all myraise Exception("...")
feels dirty.Any ideas?
The text was updated successfully, but these errors were encountered: