Feature request
Feature description
As a follow-up of ros2/launch_ros#15 (comment), we currently lack a way to register launch tests to be run in pure Python packages. We need a way to do so.
Implementation considerations
As of #236, launch_test can now be run from Python code. We'd just be lacking a pytest plugin to deal with launch test files properly.