-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix class name of symbolic link #5126
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
Fix class name of symbolic link #5126
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
I have removed the reference to the Issue in the PR title, so that we avoid to have both references (to the issue and to the PR) in the merge commit to the main branch. Instead, it should be commented in the PR description, so that the PR is appropriately linked by GitHub to its corresponding Issue:
|
albertvillanova
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.
Thanks for the fix, @riccardobucco.
Could you please implement a regression test as well? This is considered a good practice in software development.
|
@albertvillanova What should I test in your opinion? Also, where should I save the test file and how should I name it? Thanks for your support |
|
The regression test to be implemented should test what your PR fixes: that is, that As you are testing a function in You could name the test something lilke: You could take inspiration from other tests there in that file. |
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.
Thanks @riccardobucco for having tried, and thanks @mariosasko for the proposal of the fix solution (#5098 (comment)) and the addition of the regression test (d5f135a).
Fix #5098