dylibso/xtp-test-go

Comparing long or complex data

Opened this issue · 0 comments

When the data we're comparing for equality is long or complex, it is pretty tricky to tell why the two values are different.
We should pull in a dependency to help with this, something like https://github.com/stretchr/testify/.
It would also be nice to have some kind of AssertJsonEq that could handle json strings.