-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Refactor]: apply same naming convention for all tests that check errors #155
Comments
I would like to give it a try. |
Sure, go for it! @postmeback |
Can you help with a filename, from where I can get started? @alexfertel |
Sure, you can start here. |
We have decided that the trade-off is not worth it, and it's preferable to surface the intent as clearly as possible in test names. As such, I'll be closing this issue as not planned. |
Ok 😞 |
Hey @postmeback ! I wrote the reasoning in a comment on your PR. I really hope this doesn't deter you from contributing. It was our mistake and not yours! |
What is the feature you would like to see?
We should apply the same naming convention for all tests that check errors:
fn error_when_<function>_<description>(...)
Contribution Guidelines
The text was updated successfully, but these errors were encountered: