We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ed81ec + 7edc107 commit 9f6cc3cCopy full SHA for 9f6cc3c
mutmut/__main__.py
@@ -68,7 +68,7 @@
68
# TODO: hash of function. If hash changes, retest all mutants as mutant IDs are not stable
69
70
71
-NEVER_MUTATE_FUNCTION_NAMES = {'__getattribute__', '__setattr__'}
+NEVER_MUTATE_FUNCTION_NAMES = {'__getattribute__', '__setattr__', '__new__'}
72
NEVER_MUTATE_FUNCTION_CALLS = {'isinstance', 'len'}
73
CLASS_NAME_SEPARATOR = 'ǁ'
74
0 commit comments