suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.
MIT License
943 stars 137 forks source link

Add additional struct `Equals` test cases #282

Open suyashkumar opened 1 year ago

suyashkumar commented 1 year ago

Not a high priority, but in #280 we introduced some Equals methods for Dataset and children structs that do not rely on reflection (which leads to huge speed improvements). Several sanity check cases were added, but this issue invites folks to add additional test cases or test case generators that exercise more of the Equals functionality across the structs.