-
Notifications
You must be signed in to change notification settings - Fork 525
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
Split tests into dedicated test packages #455
Split tests into dedicated test packages #455
Conversation
<!-- <test_depend>gazebo</test_depend> --> | ||
<!-- <test_depend>gazebo_worlds</test_depend> --> |
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.
Note that these two deps are commented since they have not existed since Hydro, but are used in view_diffbot.launch
and view_skidsteerbot.launch
.
Once those two files are deleted as part of my follow-up cleanup, these deps will be deleted as well. Same goes for all of the excessive <test_depends>
throughout this PR (rqt_plot
, rviz
, etc.) - All will be deleted once the tests using them are deleted in my follow-up.
908dae6
to
8c2f709
Compare
This PR also resolves #378 |
@ipa-mdl do you have any comments regarding this? |
I would not split the tests..
If I recall it correctly, these "unused" files are meant to be used for local (non-CI) tests. |
Addresses #453
This PR attempts to be as minimal as possible. As much as possible, I only moved code, avoiding changing/adding anything else. The main exception is updating and adding all the required dependencies to the new test packages. Note that, in some cases, these dependencies are somewhat excessive (See follow-up 1) - My goal is to simply match deps to what's currently in the tests, cleanup will come later.
Related follow up PRs I'm working on:
rviz
,rqt_plot
, and in some cases old Hydro-era packages likegazebo
andgazebo_worlds
)