Currently, unit tests use `reflect.DeepEqual` and `testing/quick` which both have their own issues Some table driven tests can also be replaced w/ property based testing
Currently, unit tests use
reflect.DeepEqualandtesting/quickwhich both have their own issuesSome table driven tests can also be replaced w/ property based testing