def test_strip_comment(_name: str, msg: CommentIn, expected: CommentOut) -> None: """_strip_comments() should remove only comments""" assert _strip_comments(msg) == expected
def test_strip_comment(_name, msg, expected): """_strip_comments() should remove only comments""" assert _strip_comments(msg) == expected