https://github.com/stretchr/testify/blob/master/assert/assertions.go#L1654 ``` // DisableMethods specifies whether or not error and Stringer interfaces are // invoked for types that implement them. ``` Not sure why this was added by default. Can we make this configurable or remove it?
https://github.com/stretchr/testify/blob/master/assert/assertions.go#L1654
Not sure why this was added by default. Can we make this configurable or remove it?