Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesAssert value order comparison. #710
Open
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
@georgelesica-wf I have added values comparison in this #713 PR . Could you please review? |
This comment has been minimized.
This comment has been minimized.
|
This issue can be closed because of #713 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created a test collection comparisons there https://github.com/alexpantyukhin/assertord . I believe many of them are redundant but it's just for demo. Any thoughts could it be good idea to integrate that functionality into the
testify? Also I guess it would be good to haveassert.IsGreater,assert.IsGreaterOrEqual,assert.IsLess,assert.IsLessOrEqualin thetestify.