-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structural equality fail #78
Comments
What unit testing framework do you use? NUnit? |
Yes, that's NUnit. FsUnit appears to delegate equality to NUnit, which runs it through this horror show. It would probably be better if FsUnit did something closer to @forki's version. |
Look like similar to this #21 |
It is certainly close to this comment on that issue, but implementing #21 won't fix the difference in behavior of |
We should track discussion on NUnit repo |
The NUnit team would appreciate comments and ideas on nunit/nunit#1249. Change will happen if we can come up with a way forward without breaking existing unit tests. As @sergey-tihon says, I don't think this is an FsUnit issue, but that of the underlying framework, NUnit 😄 |
Released in v2.2.0-beta1 |
This trivial test won't pass:
It fails with the interesting error:
However, it works correctly in FSI:
The text was updated successfully, but these errors were encountered: