-
Notifications
You must be signed in to change notification settings - Fork 413
Improve test_version_format() error message for version mismatches #991
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
Improve test_version_format() error message for version mismatches #991
Conversation
|
Sir I have resolved the issue carefully. Please review the updated. |
kevinjqliu
left a comment
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!
r? @sungwy
|
Thank you for your feedback, @kevinjqliu . I have resolved the issue carefully . Please review the updated. |
|
Sir, is there any new or further update? |
|
I will investigate the issue and address the failing tests as soon as possible. I'll update once the problem is resolved. |
|
Thanks @laksh-krishna-sharma You can run |
|
Closed in favor of #1015 |
What Does This PR Address?
Enhances the test_version_format() Error Message for Version Mismatches.
Fixes #949
Description
This PR enhances the test_version_format() function in tests/test_version.py by updating the error message to be more informative. The new message provides clearer guidance on resolving version mismatch issues, including a suggestion to rerun make install if needed.