-
Notifications
You must be signed in to change notification settings - Fork 5.1k
test: fix test case capitalization #10117
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
test: fix test case capitalization #10117
Conversation
Signed-off-by: Derek Argueta <darguetap@gmail.com>
Signed-off-by: Derek Argueta <darguetap@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Is this something we could potentially lint for in the future?
@snowp yeah should be easy to catch with a regex-based pattern in check_format.py. I used |
Signed-off-by: Derek Argueta <darguetap@gmail.com>
Signed-off-by: Derek Argueta <darguetap@gmail.com>
@derekargueta We have TEST() pattern as well. |
Signed-off-by: Derek Argueta <darguetap@gmail.com>
Will fix merge conflict today |
Signed-off-by: Derek Argueta <deargueta@tesla.com>
Description: Fixes misc. cases where the test case begins with a lowercase letter.
Risk Level: low
Testing: existing
Docs Changes: n/a
Release Notes: n/a
Signed-off-by: Derek Argueta darguetap@gmail.com