-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Verify all unit test whether the formatted code is valid #842
Comments
This was referenced May 23, 2020
And in light of #868 maybe it should check for warnings too? |
Yes, seems like a good idea. |
Indeed, I tried to remove the link in (#1015) but the commit message still triggered closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In light of #841, we should check whether each unit test is producing valid F# code.
We currently only compare afterwards if each test is matching the expected string.
This is not enough, bugs can still slip into this if the result is not valid.
//cc @knocte @Bobface
The text was updated successfully, but these errors were encountered: