ros2 / ros2/launch

launch_test no newline after test name

Open
#706 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.