Open mlwilkerson opened 4 years ago
I've migrated the tests to the integration testing pattern. Should the unit tests be removed entirely? That'd result in a loss of some coverage from the proptests, at least.
Also, when doing these as integration tests, all of the ones that use big integer inputs are failing with badarg
when I wouldn't expect them to--and they don't fail in the unit tests. This suggests that something higher up in the stack is balking at these big integers, but I haven't investigated that.
FYI I'll ask about this PR in today's standup
closes #671