launch_test no newline after test name
Open
@adityapande-1995 is already working on this.
Since May 18, 2023.
- Dominant language
- Python
- Stars
- 155
- Forks
- 182
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 6
Description
Bug report
Required Info:
- Operating System:
- Ubuntu 22.04
- Installation type:
- source
- Version or commit hash:
- humble
- DDS implementation:
- default
- Client library (if applicable):
- rclpy
Steps to reproduce issue
/opt/ros/humble/launch_test share/launch_testing/examples/good_proc_launch_test.py
Expected behavior
Print each test name on it's own line
test_count_to_four (good_proc_launch_test.TestGoodProcess) ...
[INFO] [python3-1]: process started with pid [451737]
Actual behavior
test_count_to_four (good_proc_launch_test.TestGoodProcess) ... [INFO] [python3-1]: process started with pid [451737]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.