-
Notifications
You must be signed in to change notification settings - Fork 922
Add more tests for comments in lists #5104
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
Add more tests for comments in lists #5104
Conversation
Thanks! However, it'd be better to move the test files to a different, respective directories given that none of those files are directly associated with the current subdirectory ( |
Do you mean that I should make a separate file or directory for each issue, or should I just rename the |
I think either of those will be fine. It's just that when we associate cases to specific issues we want to make sure the relationship is clear, and that's typically done via the file names, or directory names, or inline comments with issue references/links in larger/more general files |
ae966ac
to
33b2a63
Compare
Is this right? I renamed the directory and added comments for each issue. |
This PR just adds more tests. After working on #5091, I realized that #4420 and #4430 were also fixed by that PR, but I didn't think to add those specific test cases at the time. Since #4909, #4420, and #4430 were so closely related, I thought it would make the most sense to put all the associated tests in the same directory, but I could change it if needed. |
That's reasonable and fine with me, but if we go that route then I'd like to see the containing directory renamed. I realize this may seem unnecessarily pedantic, but it's not uncommon for someone to need to go back to older issues and associated test cases so want to make sure the file and directory names don't cause any confusion. |
I already renamed the directory to |
Ah so you did, my apologies! That'll work thanks 👍 |
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.
🚀
Fixes #4430 and #4420