allure-go
allure-go copied to clipboard
Request to add EqualExportedValues to the list of asserts
This assert from testify comes in handy when one wants to compare only public fields of two structs, because private fields might differ. https://pkg.go.dev/github.com/stretchr/testify/assert#EqualExportedValues
Please add it to the list of allure-go asserts.
Hello! Thank you for the idea.
Agree, it would be useful. However, this library uses pretty much ancient go version (1.17) and EqualExportedValues was introduced in testify 1.8.3 which requires go 1.20
We do plan to update the go version of allure-go soon. Once it's done, we will add EqualExportedValues