Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.
This commit is contained in:
commit
6c85091b5b
|
@ -1717,6 +1717,7 @@ _non_defaults = {
|
|||
'__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
|
||||
'__getstate__', '__setstate__', '__getformat__', '__setformat__',
|
||||
'__repr__', '__dir__', '__subclasses__', '__format__',
|
||||
'__getnewargs_ex__',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue