-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add test and example for VBoxDivider #23865
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
Conversation
a17fafc
to
575aa5f
Compare
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!
Are tests a bugfix or a new feature? |
It is not so clear with regards to versioning. Somehow it could go into 3.6.1 because it improves the docs and doesn't modify any library code, but I do not think it is clear if it should. I was actually thinking of splitting into two PRs so that the examples can be updated in 3.6.x. |
I put on call agenda to clarify & then we can maybe update docs (I think it's a perennial mystery) |
I do not think we should backport this sort of thing in general. There is always a risk of the docs / tests accidentally using a new feature. I think our effort is better spent hitting our 6mo minor release target than backporting every thing that is backport-able. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
🤦 I forgot that this was tests and that needs two approvals oops |
No strong reason to do a manual backport here. |
PR Summary
VBoxDivider was not tested earlier.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).