Skip to content
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

Support launch_ros test runner in pytest #54

Merged
merged 7 commits into from
Aug 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve pytest rostest marker documentation.
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Aug 21, 2019
commit 44f81949b771c6b6079f0e65f2f4fbe342d03d8c
2 changes: 1 addition & 1 deletion launch_testing_ros/launch_testing_ros/pytest/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def pytest_launch_collect_makemodule(path, parent, entrypoint):

def pytest_configure(config):
config.addinivalue_line(
'markers', 'rostest: mark a launch test as a ROS launch test'
'markers', 'rostest: mark a generate_test_description function as a ROS launch test entrypoint'
)